1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 02:03:46 +00:00
This commit is contained in:
Nikolay Korolev 2020-06-07 19:31:15 +03:00
parent dda9d03e54
commit 2f9becbac6

View file

@ -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) {