diff options
author | Treeki <treeki@gmail.com> | 2013-04-08 00:23:39 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-04-08 00:34:35 +0200 |
commit | 940154c20216e3398e78a6040b3e4028e681cf61 (patch) | |
tree | 9d82b13a4071ec634e616cdcc018c177ba5ec928 /src/bossCaptainBowser.cpp | |
parent | fb93fa93f2c756a5254f1b418abbc179fca4e59d (diff) | |
download | kamek-940154c20216e3398e78a6040b3e4028e681cf61.tar.gz kamek-940154c20216e3398e78a6040b3e4028e681cf61.zip |
a few final boss fixes
Diffstat (limited to 'src/bossCaptainBowser.cpp')
-rw-r--r-- | src/bossCaptainBowser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossCaptainBowser.cpp b/src/bossCaptainBowser.cpp index 7b80576..9e163b1 100644 --- a/src/bossCaptainBowser.cpp +++ b/src/bossCaptainBowser.cpp @@ -650,6 +650,7 @@ int daCaptainBowser::onDraw() { void daCaptainBowser::initiateDeathSequence() { deathSequenceRunning = true; stopMoving = true; + saveTimer = time_macro; StopBGMMusic(); dFlagMgr_c::instance->set(31, 0, false, false, false); @@ -812,7 +813,6 @@ void daCaptainBowser::executeState_Outro() { clownIter->doStateChange(&JrClownEndDemoState); } forceClownEnds = true; - saveTimer = time_macro; // remove all ship collisions for (int i = 0; i < SHIP_SCOLL_COUNT; i++) |