-
-
Notifications
You must be signed in to change notification settings - Fork 489
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
flip/rotate broken on latest versions #2016
Comments
I've tested this. Flip is fine; rotate 1 and 3 don't work, while 2 does. |
@nesbox any ideas what might have broken this? |
Ah, this is the problem! It will be great to have this bug fixed. |
So the issue appears to be that someone wrote the wrong number when converting from binary to decimal on line 158 in |
Yes someone whip up a PR please and I'm happy to approve. Was this decimal conversion done for some very old compilers? If so, we really probably should have a file full of just binary constants (or at least the small ones) to cover this instead of doing manual conversions. |
Hi there, the combination of flip and rotate is broken in 1.0.x. It was working on 0.90.
Affected games that i know of: Warm wheels, Secret Agents.
Test case:
On 0.9.something:
On 1.0.something:
The text was updated successfully, but these errors were encountered: