mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 06:04:09 +00:00
CVehicle
This commit is contained in:
parent
8705562559
commit
7bf8337854
33 changed files with 1448 additions and 438 deletions
|
@ -10943,10 +10943,10 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
|
|||
ScriptParams[1] = 0;
|
||||
else if (ScriptParams[1] == 3)
|
||||
ScriptParams[1] = 1;
|
||||
pVehicle->BurstTyre(ScriptParams[1]); // TODO(MIAMI): second param is true
|
||||
pVehicle->BurstTyre(ScriptParams[1], true);
|
||||
}
|
||||
else {
|
||||
pVehicle->BurstTyre(ScriptParams[1]); // TODO(MIAMI): second param is true
|
||||
pVehicle->BurstTyre(ScriptParams[1], true);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue