From c098eaa25d1abddfd3401a6115b8edbb9e7c0a1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 9 Jan 2018 23:28:20 +0100 Subject: [PATCH] MSVC fix --- src/openrct2/ride/VehicleData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/ride/VehicleData.cpp b/src/openrct2/ride/VehicleData.cpp index e7f29cad21..6492e7e9f8 100644 --- a/src/openrct2/ride/VehicleData.cpp +++ b/src/openrct2/ride/VehicleData.cpp @@ -799,7 +799,7 @@ const uint8 MotionSimulatorTimeToSpriteMap[] = { 0xFF, }; -const sint32 MotionSimulatorTimeToSpriteMapCount = Util::CountOf(MotionSimulatorTimeToSpriteMap); +const sint32 MotionSimulatorTimeToSpriteMapCount = static_cast(Util::CountOf(MotionSimulatorTimeToSpriteMap)); /** rct2: 0x009A2930 */ const sint32 dword_9A2930[] = {