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

@ -110,7 +110,7 @@ void CPlayerStateRun::think(CPlayerModeBase *_playerMode)
{
switchedState=_playerMode->setState(STATE_JUMP);
}
if(controlHeld&PI_DOWN)
if(controlDown&PI_DOWN)
{
switchedState=_playerMode->setState(STATE_DUCK);
}