summaryrefslogtreecommitdiff
path: root/src/bossBalboaWrench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bossBalboaWrench.cpp')
-rw-r--r--src/bossBalboaWrench.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/bossBalboaWrench.cpp b/src/bossBalboaWrench.cpp
index c74ef8f..ccff19b 100644
--- a/src/bossBalboaWrench.cpp
+++ b/src/bossBalboaWrench.cpp
@@ -531,7 +531,11 @@ void daBalboa_c::updateModelMatrices() {
ret = ShrinkBoss(this, &this->pos, 2.25, this->timer);
this->pos.y -= 0.02;
- if (ret) { BossExplode(this, &this->pos); }
+ if (ret == true) {
+ BossExplode(this, &this->pos);
+ this->dying = 1;
+ this->timer = 0;
+ }
else { PlaySound(this, SE_EMY_CHOROPU_SIGN); }
this->timer += 1;