This commit is contained in:
parent
8998550cad
commit
b5fdff59fc
2 changed files with 41 additions and 7 deletions
|
@ -117,10 +117,10 @@ void CPlayerStateJump::think(CPlayerModeBase *_playerMode)
|
|||
_playerMode->slowdown();
|
||||
}
|
||||
|
||||
// if(controlDown&PI_DOWN)
|
||||
// {
|
||||
// _playerMode->setState(STATE_BUTTBOUNCE);
|
||||
// }
|
||||
if(controlDown&PI_DOWN)
|
||||
{
|
||||
_playerMode->setState(STATE_BUTTBOUNCE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue