mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 04:44:08 +00:00
Merge branch 'master' into miami
# Conflicts: # src/modelinfo/ClumpModelInfo.cpp
This commit is contained in:
commit
24875f34d0
18 changed files with 211 additions and 153 deletions
|
@ -5661,8 +5661,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…
Add table
Add a link
Reference in a new issue