This commit is contained in:
parent
324dd50d94
commit
cfa0d08f9e
3 changed files with 8 additions and 11 deletions
|
@ -124,7 +124,7 @@ void CPlayerModeBubbleMixture::think()
|
|||
if(m_blowing)
|
||||
{
|
||||
//!! m_player->setAnimNo(ANIM_SPONGEBOB_KARATE);
|
||||
m_player->setAnimNo(ANIM_SPONGEBOB_FIRE);
|
||||
m_player->setAnimNo(ANIM_SPONGEBOB_IDLEBREATH);
|
||||
m_player->setAnimFrame(m_blowFrame);
|
||||
m_blowFrame++;
|
||||
if(m_blowFrame>=m_player->getAnimFrameCount())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue