summaryrefslogtreecommitdiff
path: root/src/bossTopman.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/bossTopman.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bossTopman.cpp b/src/bossTopman.cpp
index e17c2b1..b538131 100644
--- a/src/bossTopman.cpp
+++ b/src/bossTopman.cpp
@@ -550,7 +550,11 @@ void daDreidel::updateModelMatrices() {
bool ret;
ret = ShrinkBoss(this, &this->pos, 0.5, this->timer);
- if (ret) { BossExplode(this, &this->pos); }
+ if (ret == true) {
+ BossExplode(this, &this->pos);
+ this->dying = 1;
+ this->timer = 0;
+ }
else { PlaySound(this, SE_EMY_BUBBLE_EXTINCT); }
this->timer += 1;