This commit is contained in:
Nikolay Korolev 2020-06-20 13:26:27 +03:00
parent e9e533b0cb
commit eab6741afe
1 changed files with 1 additions and 0 deletions

View File

@ -11819,6 +11819,7 @@ int8 CRunningScript::ProcessCommands1300To1399(int32 command)
}
case COMMAND_IS_CHAR_STUCK:
{
CollectParameters(&m_nIp, 1);
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
assert(pPed);
UpdateCompareFlag(pPed->m_nWaitState == WAITSTATE_STUCK);