diff options
Diffstat (limited to 'src/bossThwompaDomp.cpp')
-rw-r--r-- | src/bossThwompaDomp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossThwompaDomp.cpp b/src/bossThwompaDomp.cpp index 48d0340..85799c3 100644 --- a/src/bossThwompaDomp.cpp +++ b/src/bossThwompaDomp.cpp @@ -347,12 +347,14 @@ int daEnMegaDosun_c::onDelete() { this->countdownTimer = 0x40; this->speed.y = 0.0; ShakeScreen(ScreenPositionClass, 0, 1, 0, 0); + PlaySoundAsync(this, SE_EMY_BIG_DOSSUN); } else { this->collision_struct[0] = 0x00000001; this->speed.y = 0.0; ShakeScreen(ScreenPositionClass, 0, 1, 0, 0); this->collMgr.Clear2(); + PlaySoundAsync(this, SE_EMY_BIG_DOSSUN); } SpawnThwompEffects(this); |