diff options
Diffstat (limited to 'src/bossPodouble.cpp')
-rw-r--r-- | src/bossPodouble.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bossPodouble.cpp b/src/bossPodouble.cpp index 4b85cf1..1bf8887 100644 --- a/src/bossPodouble.cpp +++ b/src/bossPodouble.cpp @@ -608,12 +608,13 @@ int daPodouble::onDraw() { bool ret; ret = ShrinkBoss(this, &this->pos, 3.5, this->timer); - if (ret == true) { + if (ret == true) { BossExplode(this, &this->pos); this->dying = 1; this->timer = 0; + nw4r::snd::SoundHandle handle; + PlaySoundWithFunctionB4(SoundRelatedClass, &handle, SE_EMY_BUBBLE_EXTINCT, 1); } - else { PlaySound(this, SE_EMY_BUBBLE_EXTINCT); } this->timer += 1; |