* 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

@ -38,7 +38,7 @@ import mage.client.constants.Constants.DeckEditorMode;
import mage.client.draft.DraftPanel;
import mage.client.game.GamePanel;
import mage.client.plugins.impl.Plugins;
import mage.client.util.AudioManager;
import mage.client.util.audio.AudioManager;
import mage.client.util.DeckUtil;
import mage.client.util.GameManager;
import mage.client.util.object.SaveObjectUtil;