Merge pull request #1001 from Sergeanur/animNames

Use original animation names from VCS
This commit is contained in:
Sergeanur
2021-02-03 02:14:48 +02:00
committed by GitHub
26 changed files with 1031 additions and 1007 deletions

View File

@@ -417,7 +417,7 @@ int8 CRunningScript::ProcessCommands500To599(int32 command)
pPed->FlagToDestroyWhenNextProcessed();
}
else {
pPed->SetDie(ANIM_KO_SHOT_FRONT1, 4.0f, 0.0f);
pPed->SetDie(ANIM_STD_KO_FRONT, 4.0f, 0.0f);
}
return 0;
}