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