This commit is contained in:
Charles 2001-05-21 16:19:58 +00:00
parent 2eb9fee97c
commit b985c8860a

View File

@ -113,6 +113,7 @@ void CPlayerModeBubbleMixture::think()
pos.vx+=buboff.vx*m_player->getFacing();
pos.vy+=buboff.vy;
bubble->init(pos,4);
bubble->postInit();
// Start the blowing anim off
m_blowFrame=0;