This commit is contained in:
parent
116311d028
commit
7f3567eb4e
13 changed files with 53 additions and 34 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue