This commit is contained in:
Paul 2001-06-25 16:01:46 +00:00
parent 8998550cad
commit b5fdff59fc
2 changed files with 41 additions and 7 deletions

View file

@ -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);
}
}