changed default ID ranges. old default.ide incompatible now

This commit is contained in:
aap
2020-05-06 23:39:38 +02:00
parent a7c17a329a
commit a8d8c0690d
3 changed files with 12 additions and 15 deletions

View File

@ -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]);