diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-03 03:22:58 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-12-03 03:22:58 +0100 |
commit | ab3e810a95f60a97b2482f714608e88ac14f118b (patch) | |
tree | b0e7d42629563fe847a199cfd7f3253f59d173a9 /src/peds/PedFight.cpp | |
parent | Stats page (diff) | |
download | re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar.gz re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar.bz2 re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar.lz re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar.xz re3-ab3e810a95f60a97b2482f714608e88ac14f118b.tar.zst re3-ab3e810a95f60a97b2482f714608e88ac14f118b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/PedFight.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/peds/PedFight.cpp b/src/peds/PedFight.cpp index f0f38b75..0367ef4c 100644 --- a/src/peds/PedFight.cpp +++ b/src/peds/PedFight.cpp @@ -26,7 +26,7 @@ #include "Glass.h" #include "SpecialFX.h" -//--MIAMI: file done except TODOs +//--MIAMI: file done uint16 nPlayerInComboMove; RpClump* flyingClumpTemp; @@ -4220,4 +4220,4 @@ CPed::RemoveWeaponAnims(int unused, float animDelta) else CAnimManager::BlendAnimation(GetClump(), m_animGroup, ANIM_IDLE_STANCE, -animDelta); } -}
\ No newline at end of file +} |