Files @ r26503:9073979bd47d
Branch filter:

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

PeterN
Fix: Ensure 31-bit shifts are unsigned. (#10128)

Shifting a signed 32-bit integer by 31 bits is undefined behaviour.
A few more than necessary are switched to unsigned for consistentency.