This commit is contained in:
Paul 2001-05-14 16:43:48 +00:00
parent 116311d028
commit 7f3567eb4e
13 changed files with 53 additions and 34 deletions

View file

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