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

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