This commit is contained in:
Paul 2001-04-05 14:40:50 +00:00
parent 3654ce581e
commit e3414f3979
17 changed files with 50 additions and 39 deletions

View file

@ -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);
}