This commit is contained in:
Paul 2001-04-08 20:19:53 +00:00
parent 324dd50d94
commit cfa0d08f9e
3 changed files with 8 additions and 11 deletions

View file

@ -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())