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

@ -87,7 +87,7 @@ void CPlayerStateBaseIdle::thinkControl(CPlayerModeBase *_playerMode)
}
else if(controlHeld&PI_DOWN&&_playerMode->canDoLookAround())
{
_playerMode->setState(STATE_CROUCHDOWN);
_playerMode->setState(STATE_LOOKDOWN);
}
}