This commit is contained in:
parent
3f16f9bc26
commit
627a4e333b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ void CPlayerStateJump::think(CPlayerModeBase *_playerMode)
|
|||
_playerMode->slowdown();
|
||||
}
|
||||
|
||||
if(controlHeld&PI_DOWN)
|
||||
if(controlDown&PI_DOWN)
|
||||
{
|
||||
_playerMode->setState(STATE_BUTTBOUNCE);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue