diff options
Diffstat (limited to 'src/bossRamboo.cpp')
-rw-r--r-- | src/bossRamboo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp index c1b9244..11c0249 100644 --- a/src/bossRamboo.cpp +++ b/src/bossRamboo.cpp @@ -272,6 +272,7 @@ void daRamboo_c::executeState_Grow() { float scaleSpeed, yPosScaling; if ((this->timer > 60) && (this->timer < 140)) { + PlaySound(this, SE_BOSS_IGGY_WANWAN_L_TO_M); scaleSpeed = 0.175; // yPosScaling = 0; |