This commit is contained in:
parent
6718a6ceb0
commit
96ac8236d9
6 changed files with 91 additions and 5 deletions
|
@ -101,7 +101,6 @@ void CPlayerStateButtBounce::think(CPlayerModeBase *_playerMode)
|
|||
void CPlayerStateButtBounceFall::enter(CPlayerModeBase *_playerMode)
|
||||
{
|
||||
_playerMode->setAnimNo(ANIM_SPONGEBOB_BUTTBOUNCEEND);
|
||||
PAUL_DBGMSG("[PM__BUTTFALL_VELOCITY]");
|
||||
}
|
||||
|
||||
|
||||
|
@ -113,8 +112,7 @@ PAUL_DBGMSG("[PM__BUTTFALL_VELOCITY]");
|
|||
---------------------------------------------------------------------- */
|
||||
void CPlayerStateButtBounceFall::think(CPlayerModeBase *_playerMode)
|
||||
{
|
||||
// _playerMode->buttFall();
|
||||
_playerMode->fall();
|
||||
_playerMode->buttFall();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue