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;