diff --git a/source/platform/platform.cpp b/source/platform/platform.cpp index 6e33ac688..e5af297c8 100644 --- a/source/platform/platform.cpp +++ b/source/platform/platform.cpp @@ -468,7 +468,6 @@ CNpcPlatform *CNpcPlatform::Create(int Type) case NPC_PLAYER_BUBBLE_PLATFORM: { platform = new ("player bubble platform") CNpcPlayerBubblePlatform; - platform->setGraphic( (u8) 0 ); break; } diff --git a/source/player/pmbubble.cpp b/source/player/pmbubble.cpp index 4334ede46..7c22ea52a 100644 --- a/source/player/pmbubble.cpp +++ b/source/player/pmbubble.cpp @@ -187,6 +187,7 @@ void CPlayerModeBubbleMixture::think() pos=m_player->getPos(); pos.vx+=buboff.vx*m_player->getFacing(); pos.vy+=buboff.vy; + bubble->setGraphic( (u8) 0 ); bubble->init(pos,4); bubble->postInit();