This commit is contained in:
Paul 2001-01-29 19:23:04 +00:00
parent e0e6d5d853
commit da3fa8f6e9
3 changed files with 13 additions and 11 deletions

View file

@ -146,11 +146,11 @@ void CPlayer::think(int _frames)
Pos.vx+=m_moveVel.vx>>VELOCITY_SHIFT;
if(Pos.vx<350)
{
// if(m_currentState==STATE_RUN)
// {
// setState(STATE_IDLE);
if(m_currentState==STATE_RUN)
{
setState(STATE_IDLE);
// setAnimNo(ANIM_PLAYER_ANIM_RUNSTOP);
// }
}
Pos.vx=350;
m_moveVel.vx=0;
}