Change toggle for audio setting

This commit is contained in:
Retera 2021-06-27 17:10:56 -04:00
parent ec4c4295af
commit 8a569f5d03

View File

@ -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();