forked from External/mage
GUI, preferences: removed rare/useless settings:
* Show ability picker forced - removed and keep enabled for all; * Show turn info in logs - removed and keep enabled for all;
This commit is contained in:
parent
4d89fcd72d
commit
754e5fc41a
9 changed files with 58 additions and 292 deletions
|
|
@ -87,11 +87,6 @@ public final class Constants {
|
|||
public static final String BASE_SOUND_PATH = "sounds" + File.separator; // TODO: check path with File.separator
|
||||
public static final String BASE_MUSICS_PATH = "music" + File.separator;
|
||||
|
||||
// battlefield feedback panel colors (used in preferences dialogs too)
|
||||
public static final int BATTLEFIELD_FEEDBACK_COLORIZING_MODE_DISABLE = 0;
|
||||
public static final int BATTLEFIELD_FEEDBACK_COLORIZING_MODE_ENABLE_BY_ONE_COLOR = 1;
|
||||
public static final int BATTLEFIELD_FEEDBACK_COLORIZING_MODE_ENABLE_BY_MULTICOLOR = 2;
|
||||
|
||||
public static final int AUTO_TARGET_DISABLE = 0;
|
||||
public static final int AUTO_TARGET_NON_FEEL_BAD = 1;
|
||||
public static final int AUTO_TARGET_ALL = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue