diff options
Diffstat (limited to 'src/bossRamboo.cpp')
-rw-r--r-- | src/bossRamboo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossRamboo.cpp b/src/bossRamboo.cpp index 284855b..598cf75 100644 --- a/src/bossRamboo.cpp +++ b/src/bossRamboo.cpp @@ -530,7 +530,7 @@ void daRamboo_c::executeState_Outro() { return; } - if (this->timer < 81) { + if (this->scale.x > 0) { PlaySound(this, SE_BOSS_CMN_DAMAGE_LAST); PlaySound(this, SE_EMY_BIG_TERESA_DEAD); |