This commit is contained in:
parent
15d3aff1ab
commit
c48fce126a
12 changed files with 119 additions and 36 deletions
|
@ -105,7 +105,7 @@ void CPlayerStateFall::think(CPlayerModeBase *_playerMode)
|
|||
}
|
||||
_playerMode->fall();
|
||||
|
||||
if(controlHeld&PI_DOWN)
|
||||
if(controlDown&PI_DOWN)
|
||||
{
|
||||
_playerMode->setState(STATE_BUTTBOUNCE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue