From d35ddc16792099be9531936d993588749b8d9268 Mon Sep 17 00:00:00 2001 From: foo Date: Sat, 25 Jun 2016 19:23:24 +0200 Subject: [PATCH] Solved the problem with the sound. --- Time-Wanderer/src/sound/Jukebox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Time-Wanderer/src/sound/Jukebox.java b/Time-Wanderer/src/sound/Jukebox.java index de24a8b..fffd7da 100644 --- a/Time-Wanderer/src/sound/Jukebox.java +++ b/Time-Wanderer/src/sound/Jukebox.java @@ -764,7 +764,7 @@ public boolean changeMusicState () { musicON = (!musicON); - if (musicON) { + if (!musicON) { mute (true); } else {