Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong handling of newgrf canal variable 0x80 #4678

Closed
DorpsGek opened this issue Jul 9, 2011 · 1 comment
Closed

Wrong handling of newgrf canal variable 0x80 #4678

DorpsGek opened this issue Jul 9, 2011 · 1 comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

DorpsGek commented Jul 9, 2011

adf88 opened the ticket and wrote:

When reading newgrf canal variable 0x80, there is in the code a condition:
"GetSection(tile) == LOCK_UPPER"
This condition is never fulfilled as GetSection read first 4 bits of tile's m5 and the LOCK_UPPER is 0x1C.

Fix patch attached (requires FS 4673)

Attachments

Reported version: trunk
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/4678
@DorpsGek
Copy link
Member Author

frosch closed the ticket.

Reason for closing: Fixed

in r22645


This comment was imported from FlySpray: https://bugs.openttd.org/task/4678

@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant