This commit is contained in:
parent
5492f0497c
commit
49b09db48d
1 changed files with 1 additions and 2 deletions
|
@ -123,8 +123,7 @@ void CPlayerModeBubbleMixture::think()
|
|||
// Blowing?
|
||||
if(m_blowing)
|
||||
{
|
||||
//!! m_player->setAnimNo(ANIM_SPONGEBOB_KARATE);
|
||||
m_player->setAnimNo(ANIM_SPONGEBOB_IDLEBREATH);
|
||||
m_player->setAnimNo(ANIM_SPONGEBOB_BLOWBUBBLE);
|
||||
m_player->setAnimFrame(m_blowFrame);
|
||||
m_blowFrame++;
|
||||
if(m_blowFrame>=m_player->getAnimFrameCount())
|
||||
|
|
Loading…
Add table
Reference in a new issue