This commit is contained in:
Paul 2001-05-13 19:28:48 +00:00
parent 72e5da1ff6
commit 1a606c048d
9 changed files with 90 additions and 15 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);
// }
}