From 6ddd772d6546758a2602a934a6b385757b77b48e Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Fri, 9 Mar 2012 13:54:17 -0600 Subject: Bosses working once again - now slimmer and prettier than ever --- src/bossRamboo.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/bossRamboo.cpp') diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp index 8569432..c20194e 100644 --- a/src/bossRamboo.cpp +++ b/src/bossRamboo.cpp @@ -485,8 +485,10 @@ void daRamboo_c::executeState_Outro() { Vec tempPos = (Vec){this->pos.x + 160.0, this->pos.y - 80.0, 5500.0}; ret = ShrinkBoss(this, &tempPos, 15.0, this->timer); - if (ret) { - BossExplode(this, &tempPos); + if (ret == true) { + BossExplode(this, &tempPos); + this->dying = 1; + this->timer = 0; } else { PlaySound(this, SE_EMY_BIG_TERESA_DEAD); -- cgit v1.2.3