summaryrefslogtreecommitdiff
path: root/src/boss.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/boss.cpp')
-rw-r--r--src/boss.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/boss.cpp b/src/boss.cpp
index bf5e4c1..22553ff 100644
--- a/src/boss.cpp
+++ b/src/boss.cpp
@@ -100,13 +100,13 @@ void OutroSetup(daBoss *actor) {
WLClass::instance->_4 = 5;
WLClass::instance->_8 = 0;
dStage32C_c::instance->freezeMarioBossFlag = 1;
-}
-
-bool ShrinkBoss(daBoss *actor, Vec *pos, float scale, int timer) {
nw4r::snd::SoundHandle handle;
PlaySoundWithFunctionB4(SoundRelatedClass, &handle, SE_BOSS_CMN_DAMAGE_LAST, 1);
+}
+
+bool ShrinkBoss(daBoss *actor, Vec *pos, float scale, int timer) {
// Adjust actor to equal the scale of your boss / 80.
actor->scale.x -= scale / 80.0;
actor->scale.y -= scale / 80.0;