v3.0.2: blacksmith sfx now pause if music is paused in BG
This commit is contained in:
@@ -234,6 +234,10 @@ public enum Music {
|
||||
}
|
||||
|
||||
private boolean paused = false;
|
||||
|
||||
public synchronized boolean paused(){
|
||||
return paused;
|
||||
}
|
||||
|
||||
public synchronized void pause() {
|
||||
paused = true;
|
||||
|
||||
Reference in New Issue
Block a user