Skip to content

Commit

Permalink
Solved the problem with the sound.
Browse files Browse the repository at this point in the history
  • Loading branch information
foo authored and foo committed Jun 25, 2016
1 parent 38a5e49 commit d35ddc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Time-Wanderer/src/sound/Jukebox.java
Original file line number Diff line number Diff line change
Expand Up @@ -764,7 +764,7 @@ public boolean changeMusicState () {

musicON = (!musicON);

if (musicON) {
if (!musicON) {

mute (true);
} else {
Expand Down

0 comments on commit d35ddc1

Please sign in to comment.