mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-29 03:29:45 +02:00
fix
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user