This commit is contained in:
parent
854dd569d8
commit
89cd3b1fcc
8 changed files with 127 additions and 24 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue