This commit is contained in:
Paul 2001-02-06 21:09:45 +00:00
parent 854dd569d8
commit 89cd3b1fcc
8 changed files with 127 additions and 24 deletions

View file

@ -96,6 +96,8 @@ void CPlayerStateFall::think(CPlayer *_player)
slowdown(_player);
}
fall(_player);
if(controlHeld&CPadConfig::getButton(CPadConfig::PAD_CFG_ACTION))
{
setState(_player,STATE_AIRATTACK);
@ -148,6 +150,8 @@ void CPlayerStateFallFar::think(CPlayer *_player)
{
slowdown(_player);
}
fall(_player);
}