mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-25 04:35:17 +00:00
Enable music by default
This commit is contained in:
parent
a7715c15da
commit
f8b4bd690d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue