This commit is contained in:
parent
6da99378f2
commit
ccdfbb881f
7 changed files with 46 additions and 31 deletions
|
@ -85,6 +85,10 @@ void CPlayerStateCart::think(CPlayerModeBase *_playerMode)
|
|||
{
|
||||
int controlDown;
|
||||
|
||||
if ( _playerMode->advanceAnimFrameAndCheckForEndOfAnim() )
|
||||
{
|
||||
_playerMode->setAnimNo( ANIM_SPONGEBOB_IDLEBREATH );
|
||||
}
|
||||
controlDown=_playerMode->getPadInputDown();
|
||||
|
||||
if(controlDown&PI_JUMP)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue