mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 10:24:08 +00:00
changed default ID ranges. old default.ide incompatible now
This commit is contained in:
parent
a7c17a329a
commit
a8d8c0690d
3 changed files with 12 additions and 15 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue