This commit is contained in:
parent
3654ce581e
commit
e3414f3979
17 changed files with 50 additions and 39 deletions
|
@ -110,7 +110,7 @@ void CPlayerStateRun::think(CPlayerModeBase *_playerMode)
|
|||
{
|
||||
switchedState=_playerMode->setState(STATE_JUMP);
|
||||
}
|
||||
if(controlHeld&PI_DOWN)
|
||||
if(controlDown&PI_DOWN)
|
||||
{
|
||||
switchedState=_playerMode->setState(STATE_DUCK);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue