From a8d8c0690d65f3d37456791a9d9940b06187e5be Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 6 May 2020 23:39:38 +0200 Subject: changed default ID ranges. old default.ide incompatible now --- src/control/Script.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/control/Script.cpp') diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 73bf45e8..0c3806a3 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -8214,9 +8214,9 @@ int8 CRunningScript::ProcessCommands900To999(int32 command) case MI_CABBIE: case MI_STALLION: case MI_RUMPO: - case 151: - case 152: - case 153: +// case 151: +// case 152: +// case 153: break; default: printf("CREATE_RANDOM_CAR_FOR_CAR_PARK - Unknown car model %d\n", CStreaming::ms_vehiclesLoaded[index]); -- cgit v1.2.3