mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-26 17:51:50 +01:00
fix
This commit is contained in:
parent
dda9d03e54
commit
2f9becbac6
@ -11888,6 +11888,7 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command)
|
|||||||
debug("REGISTER_VIGILANTE_LEVEL not implemented\n"); // TODO(MIAMI)
|
debug("REGISTER_VIGILANTE_LEVEL not implemented\n"); // TODO(MIAMI)
|
||||||
case COMMAND_CLEAR_ALL_CHAR_ANIMS:
|
case COMMAND_CLEAR_ALL_CHAR_ANIMS:
|
||||||
{
|
{
|
||||||
|
CollectParameters(&m_nIp, 1);
|
||||||
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
CPed* pPed = CPools::GetPedPool()->GetAt(ScriptParams[0]);
|
||||||
assert(pPed);
|
assert(pPed);
|
||||||
if (!pPed->bInVehicle) {
|
if (!pPed->bInVehicle) {
|
||||||
|
Loading…
Reference in New Issue
Block a user