From 8a569f5d03a6771312604f56180ac1af0f82840c Mon Sep 17 00:00:00 2001 From: Retera Date: Sun, 27 Jun 2021 17:10:56 -0400 Subject: [PATCH] Change toggle for audio setting --- core/src/com/etheller/warsmash/WarsmashGdxMapScreen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/etheller/warsmash/WarsmashGdxMapScreen.java b/core/src/com/etheller/warsmash/WarsmashGdxMapScreen.java index 59c09e2..d730c06 100644 --- a/core/src/com/etheller/warsmash/WarsmashGdxMapScreen.java +++ b/core/src/com/etheller/warsmash/WarsmashGdxMapScreen.java @@ -53,7 +53,7 @@ import com.etheller.warsmash.viewer5.handlers.w3x.ui.MeleeUI; public class WarsmashGdxMapScreen implements InputProcessor, Screen { public static final boolean ENABLE_AUDIO = true; - private static final boolean ENABLE_MUSIC = false; + private static final boolean ENABLE_MUSIC = true; private final War3MapViewer viewer; private final Rectangle tempRect = new Rectangle();