Files @ r25890:31b085404537
Branch filter:

Location: cpp/openttd-patchpack/source/media/openttd.256.png

Michael Lutz
Fix 2183fd4d: [NewGRF] Use divide instead of right shift for signed numbers. (#9480)

"For negative a, the value of a >> b is implementation-defined (in most implementations, this performs arithmetic right shift, so that the result remains negative)."