diff options
author | Stephen Simpson <megazig@gmail.com> | 2011-10-15 19:45:54 -0500 |
---|---|---|
committer | Stephen Simpson <megazig@gmail.com> | 2011-10-15 19:45:54 -0500 |
commit | 85e0eb418a06e751653a4977464ff5ed92561768 (patch) | |
tree | 15a76fba669bdcd93be0fca3e4ae8d37707d3355 /src/bossRamboo.cpp | |
parent | 41e9d139fb839ad35ad61c57dfc239d648265980 (diff) | |
parent | d287567cb54f4ba68633e3580e5e39a38a533604 (diff) | |
download | kamek-85e0eb418a06e751653a4977464ff5ed92561768.tar.gz kamek-85e0eb418a06e751653a4977464ff5ed92561768.zip |
Merge branch 'level-select' of ssh://treeki.shacknet.nu:30000/Kamek into level-select
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; |