This commit is contained in:
Paul 2001-05-29 15:54:26 +00:00
parent b22cdf459b
commit 3f4d387a25
11 changed files with 35 additions and 35 deletions

View file

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