diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 03:23:27 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-15 03:23:27 -0500 |
commit | d287567cb54f4ba68633e3580e5e39a38a533604 (patch) | |
tree | f9ff45ea3680f1dafb630e678ec85d88362de8a0 /src/bossRamboo.cpp | |
parent | f490f30abf396ad8d0ce4ccfe5337c9949776ed8 (diff) | |
download | kamek-d287567cb54f4ba68633e3580e5e39a38a533604.tar.gz kamek-d287567cb54f4ba68633e3580e5e39a38a533604.zip |
some touch ups, animations, effects, sounds, the stage end function, and a proper wipe, fake coin improvements
Diffstat (limited to '')
-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; |