Files @ r13902:cf83a43cd783
Branch filter:

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

rubidium
(svn r18443) -Fix (r18438): MSVC thinks, in it's infinite wisdom, that int min(int, int) is a better match for min(uint64, uint) than uint64 min(uint64, uint64). As such we need to cast the UINT16_MAX to prevent MSVC from displaying it's infinite wisdom with loads of warnings.