mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-27 07:55:41 +00:00
fix
This commit is contained in:
parent
eab6741afe
commit
144f12525e
1 changed files with 0 additions and 1 deletions
|
@ -11099,7 +11099,6 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command)
|
||||||
case COMMAND_IS_CHAR_OBJ_NO_OBJ:
|
case COMMAND_IS_CHAR_OBJ_NO_OBJ:
|
||||||
{
|
{
|
||||||
CollectParameters(&m_nIp, 1);
|
CollectParameters(&m_nIp, 1);
|
||||||
CollectParameters(&m_nIp, 3);
|
|
||||||
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
||||||
assert(pPed);
|
assert(pPed);
|
||||||
UpdateCompareFlag(pPed->m_prevObjective == OBJECTIVE_NONE && pPed->m_objective == OBJECTIVE_NONE);
|
UpdateCompareFlag(pPed->m_prevObjective == OBJECTIVE_NONE && pPed->m_objective == OBJECTIVE_NONE);
|
||||||
|
|
Loading…
Reference in a new issue