This commit is contained in:
Paul 2001-07-17 19:20:13 +00:00
parent 4841536959
commit f4269b90dc

View File

@ -120,11 +120,6 @@ void CPlayerStateJump::think(CPlayerModeBase *_playerMode)
{
_playerMode->slowdown();
}
if(controlDown&PI_DOWN)
{
_playerMode->setState(STATE_BUTTBOUNCE);
}
}