mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
fixed script error
This commit is contained in:
parent
9b162554ca
commit
b01987719e
@ -5601,8 +5601,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
|
||||
{
|
||||
CollectParameters(&m_nIp, 1);
|
||||
CVehicle* pVehicle = CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||
assert(pVehicle);
|
||||
UpdateCompareFlag(pVehicle->bIsInWater);
|
||||
UpdateCompareFlag(pVehicle && pVehicle->bIsInWater);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_GET_CLOSEST_CHAR_NODE:
|
||||
|
Loading…
Reference in New Issue
Block a user