From 2f9becbac62da7783c87b9ecd5a32083f414960c Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 7 Jun 2020 19:31:15 +0300 Subject: [PATCH] fix --- src/control/Script.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 686154fa..28413081 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -11888,6 +11888,7 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command) debug("REGISTER_VIGILANTE_LEVEL not implemented\n"); // TODO(MIAMI) case COMMAND_CLEAR_ALL_CHAR_ANIMS: { + CollectParameters(&m_nIp, 1); CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]); assert(pPed); if (!pPed->bInVehicle) {