mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
MSVC fix
This commit is contained in:
committed by
Michał Janiszewski
parent
517b27c1a4
commit
c098eaa25d
@@ -799,7 +799,7 @@ const uint8 MotionSimulatorTimeToSpriteMap[] = {
|
||||
0xFF,
|
||||
};
|
||||
|
||||
const sint32 MotionSimulatorTimeToSpriteMapCount = Util::CountOf(MotionSimulatorTimeToSpriteMap);
|
||||
const sint32 MotionSimulatorTimeToSpriteMapCount = static_cast<sint32>(Util::CountOf(MotionSimulatorTimeToSpriteMap));
|
||||
|
||||
/** rct2: 0x009A2930 */
|
||||
const sint32 dword_9A2930[] = {
|
||||
|
||||
Reference in New Issue
Block a user