diff options
Diffstat (limited to 'src/bossRamboo.cpp')
-rw-r--r-- | src/bossRamboo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp index f61ec33..c1b9244 100644 --- a/src/bossRamboo.cpp +++ b/src/bossRamboo.cpp @@ -106,6 +106,8 @@ void daRamboo_c::dieBigFall_Execute() { if (this->scale.x > 0.1) { + this->pos.y += 2.0; + PlaySound(this, SE_BOSS_CMN_DAMAGE_LAST); PlaySound(this, SE_EMY_BIG_TERESA_DEAD); |