From a657118386d1a52797314ca7c65df14c73528efd Mon Sep 17 00:00:00 2001 From: sunsetbear Date: Sat, 25 Jun 2022 20:03:57 -0400 Subject: [PATCH] lol; lmao --- scripts/characterStepEvent.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/characterStepEvent.gml b/scripts/characterStepEvent.gml index a909617..9c160af 100644 --- a/scripts/characterStepEvent.gml +++ b/scripts/characterStepEvent.gml @@ -2704,7 +2704,7 @@ if machball > 0 && state == BALL && (kRight > 0 || kLeft > 0){ xVel = -6; } //LoopSoundMono(sndChargeLoop); - LoopSoundMono(spinjump_sound); + //LoopSoundMono(spinjump_sound); if (state != BRAKING){ if xVel > 0 && kLeft > 0 { xVel = 0;