mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 17:49:16 +01: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]);
|
CPed* pLeader = CPools::GetPedPool()->GetAt(ScriptParams[1]);
|
||||||
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;
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user