mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-26 19:40:49 +00:00
uint8 enums fixed
This commit is contained in:
parent
14eb0cd286
commit
4696e3f9c8
15 changed files with 37 additions and 38 deletions
|
@ -1436,7 +1436,7 @@ int8 CRunningScript::ProcessCommands900To999(int32 command)
|
|||
CollectParameters(&m_nIp, 2);
|
||||
CVehicle* pVehicle = CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||
script_assert(pVehicle);
|
||||
pVehicle->SetStatus((eEntityStatus)ScriptParams[1]);
|
||||
pVehicle->SetStatus((uint8)ScriptParams[1]);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_IS_CHAR_MALE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue