mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 07:30:01 +00:00
fix
This commit is contained in:
parent
d820df0dbe
commit
f8569a74cb
|
@ -68,7 +68,7 @@ int8 CRunningScript::ProcessCommands800To899(int32 command)
|
||||||
CPed* pLeader = CWorld::Players[ScriptParams[1]].m_pPed;
|
CPed* pLeader = CWorld::Players[ScriptParams[1]].m_pPed;
|
||||||
script_assert(pPed);
|
script_assert(pPed);
|
||||||
script_assert(pLeader);
|
script_assert(pLeader);
|
||||||
UpdateCompareFlag(pPed->m_leader == pLeader);
|
UpdateCompareFlag(pPed->m_leader == pLeader && !pPed->bWaitForLeaderToComeCloser);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
case COMMAND_EXPLODE_CHAR_HEAD:
|
case COMMAND_EXPLODE_CHAR_HEAD:
|
||||||
|
|
Loading…
Reference in a new issue