This commit is contained in:
parent
e0e6d5d853
commit
da3fa8f6e9
3 changed files with 13 additions and 11 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue