* Added new preference option to enable sound in game and other sounds separately.

This commit is contained in:
LevelX2 2014-02-12 08:35:27 +01:00
parent d4592b2ee2
commit 81eaac46c7
20 changed files with 628 additions and 432 deletions

View file

@ -113,8 +113,8 @@ import mage.client.remote.CallbackClientImpl;
import mage.client.table.TablesPane;
import mage.client.tournament.TournamentPane;
import mage.client.util.EDTExceptionHandler;
import mage.client.util.MusicPlayer;
import mage.client.util.SettingsManager;
import mage.client.util.audio.MusicPlayer;
import mage.client.util.gui.ArrowBuilder;
import mage.components.ImagePanel;
import mage.interfaces.MageClient;