From c6461149389ec807371b9692b7484ab108e2a068 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Wed, 11 Jul 2012 02:34:29 -0500 Subject: Plenty of bugfixes, and bowser improvements --- src/bossThwompaDomp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bossThwompaDomp.cpp') 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); -- cgit v1.2.3