mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-16 01:49:02 +00:00
fix
This commit is contained in:
parent
e9e533b0cb
commit
eab6741afe
1 changed files with 1 additions and 0 deletions
|
@ -11819,6 +11819,7 @@ int8 CRunningScript::ProcessCommands1300To1399(int32 command)
|
||||||
}
|
}
|
||||||
case COMMAND_IS_CHAR_STUCK:
|
case COMMAND_IS_CHAR_STUCK:
|
||||||
{
|
{
|
||||||
|
CollectParameters(&m_nIp, 1);
|
||||||
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
||||||
assert(pPed);
|
assert(pPed);
|
||||||
UpdateCompareFlag(pPed->m_nWaitState == WAITSTATE_STUCK);
|
UpdateCompareFlag(pPed->m_nWaitState == WAITSTATE_STUCK);
|
||||||
|
|
Loading…
Reference in a new issue