From f8b4bd690da3d14adae15fed4880405d17a2510c Mon Sep 17 00:00:00 2001 From: Somebody Whoisbored <13044396+shadowninja108@users.noreply.github.com> Date: Sat, 18 Jun 2022 18:38:46 -0700 Subject: [PATCH] Enable music by default --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index bc184df..01054cd 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -325,7 +325,7 @@ bool hakoniwaSequenceHook(HakoniwaSequence* sequence) { updatePlayerInfo(stageScene->mHolder, p1); - static bool isDisableMusic = true; + static bool isDisableMusic = false; if (al::isPadHoldZR(-1)) { if (al::isPadTriggerUp(-1)) debugMode = !debugMode;