player animation

This commit is contained in:
VDH
2025-10-11 16:09:00 +07:00
parent 042b248368
commit bd344fcff5
20 changed files with 211 additions and 873 deletions
@@ -85,7 +85,7 @@ public class CECHostMove
float fSpeed = 0f;
switch (m_pHost.GetMoveEnv())
{
case EC_Player.Move_environment.MOVEENV_AIR:
case CECPlayer.Move_environment.MOVEENV_AIR:
iMoveMode |= (int)GPMoveMode.GP_MOVE_AIR;
fSpeed = m_pHost.GetFlySpeed();