mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 20:09:00 +00:00
wtf
This commit is contained in:
parent
f8569a74cb
commit
824ca7599c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ int8 CRunningScript::ProcessCommands800To899(int32 command)
|
|||
CollectParameters(&m_nIp, 2);
|
||||
CBoat* pBoat = (CBoat*)CPools::GetVehiclePool()->GetAt(ScriptParams[0]);
|
||||
script_assert(pBoat && pBoat->m_vehType == VEHICLE_TYPE_BOAT);
|
||||
pBoat->m_bIsAnchored = (ScriptParams[1] == 0);
|
||||
pBoat->m_bIsAnchored = (ScriptParams[1] != 0);
|
||||
return 0;
|
||||
}
|
||||
case COMMAND_SET_ZONE_GROUP:
|
||||
|
|
Loading…
Reference in a new issue