summaryrefslogtreecommitdiff
path: root/src/bossCaptainBowser.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-04-08 00:23:39 +0200
committerTreeki <treeki@gmail.com>2013-04-08 00:34:35 +0200
commit940154c20216e3398e78a6040b3e4028e681cf61 (patch)
tree9d82b13a4071ec634e616cdcc018c177ba5ec928 /src/bossCaptainBowser.cpp
parentfb93fa93f2c756a5254f1b418abbc179fca4e59d (diff)
downloadkamek-940154c20216e3398e78a6040b3e4028e681cf61.tar.gz
kamek-940154c20216e3398e78a6040b3e4028e681cf61.zip
a few final boss fixes
Diffstat (limited to 'src/bossCaptainBowser.cpp')
-rw-r--r--src/bossCaptainBowser.cpp2
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++)