diff options
author | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-22 17:36:52 -0500 |
---|---|---|
committer | Colin Noga <Tempus@Spectrum-Song.local> | 2011-10-22 17:36:52 -0500 |
commit | 804bc013c1a3ec3afeedb19a1351ee4c3206c901 (patch) | |
tree | 3b36b5a0fe7939d38a33086b174bb53c8d48becc /src/bossRamboo.cpp | |
parent | 481585f8747707bb1aee196672edc7a926ae0611 (diff) | |
download | kamek-804bc013c1a3ec3afeedb19a1351ee4c3206c901.tar.gz kamek-804bc013c1a3ec3afeedb19a1351ee4c3206c901.zip |
unworking balboa boss for testing
Diffstat (limited to '')
-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); |