This commit is contained in:
Paul 2001-05-18 18:08:16 +00:00
parent d34487762e
commit 3b1116757e

View File

@ -85,7 +85,7 @@ void CPlayerStateBaseIdle::thinkControl(CPlayerModeBase *_playerMode)
if(_playerMode->canMoveRight())
_playerMode->setState(STATE_RUN);
}
else if(controlDown&PI_DOWN)
else if(controlHeld&PI_DOWN)
{
_playerMode->setState(STATE_CROUCHDOWN);
}