This commit is contained in:
parent
d34487762e
commit
3b1116757e
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ void CPlayerStateBaseIdle::thinkControl(CPlayerModeBase *_playerMode)
|
||||||
if(_playerMode->canMoveRight())
|
if(_playerMode->canMoveRight())
|
||||||
_playerMode->setState(STATE_RUN);
|
_playerMode->setState(STATE_RUN);
|
||||||
}
|
}
|
||||||
else if(controlDown&PI_DOWN)
|
else if(controlHeld&PI_DOWN)
|
||||||
{
|
{
|
||||||
_playerMode->setState(STATE_CROUCHDOWN);
|
_playerMode->setState(STATE_CROUCHDOWN);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue