From b985c8860a4aaa0826a460ba4a737e29bda5d68d Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 21 May 2001 16:19:58 +0000 Subject: [PATCH] --- source/player/pmbubble.cpp | 1 + 1 file changed, 1 insertion(+) 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;