mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 07:10:01 +00:00
fix
This commit is contained in:
parent
c7052b3d6f
commit
42e4e7c063
|
@ -2400,7 +2400,7 @@ int8 CRunningScript::ProcessCommands700To799(int32 command)
|
|||
CPed* pLeader = CPools::GetPedPool()->GetAt(ScriptParams[1]);
|
||||
script_assert(pPed);
|
||||
script_assert(pLeader);
|
||||
UpdateCompareFlag(pPed->m_leader == pLeader);
|
||||
UpdateCompareFlag(pPed->m_leader == pLeader && !pPed->bWaitForLeaderToComeCloser);
|
||||
return 0;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue