This commit is contained in:
parent
854dd569d8
commit
89cd3b1fcc
8 changed files with 127 additions and 24 deletions
|
@ -98,6 +98,18 @@ void CPlayerStateButtBounceFall::enter(CPlayer *_player)
|
|||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
Params:
|
||||
Returns:
|
||||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateButtBounceFall::think(CPlayer *_player)
|
||||
{
|
||||
fall(_player);
|
||||
}
|
||||
|
||||
|
||||
/*----------------------------------------------------------------------
|
||||
Function:
|
||||
Purpose:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue