diff --git a/source/player/pmbubble.cpp b/source/player/pmbubble.cpp index b2e3041b5..ed3cdf459 100644 --- a/source/player/pmbubble.cpp +++ b/source/player/pmbubble.cpp @@ -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;