mirror of
https://github.com/halpz/re3.git
synced 2025-07-05 03:30:44 +00:00
changed default ID ranges. old default.ide incompatible now
This commit is contained in:
@ -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]);
|
||||
|
Reference in New Issue
Block a user