summaryrefslogtreecommitdiff
path: root/src/bossBalboaWrench.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-03-09 13:54:17 -0600
committerColin Noga <Tempus@chronometry.ca>2012-03-09 13:54:17 -0600
commit6ddd772d6546758a2602a934a6b385757b77b48e (patch)
tree81e01b4361dd5e95caf76e263cead9d408e26c61 /src/bossBalboaWrench.cpp
parentd8eecb8815c3dc566f13c536f0a9cae4de752b45 (diff)
downloadkamek-6ddd772d6546758a2602a934a6b385757b77b48e.tar.gz
kamek-6ddd772d6546758a2602a934a6b385757b77b48e.zip
Bosses working once again - now slimmer and prettier than ever
Diffstat (limited to '')
-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;