1
0
mirror of https://github.com/td512/re3.git synced 2026-04-26 03:46:52 +00:00

AnimViewer done, comment cleanup

This commit is contained in:
erorcun
2020-12-03 05:22:58 +03:00
parent 8b47774aee
commit ab3e810a95
12 changed files with 120 additions and 126 deletions

View File

@@ -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);
}
}
}