Jeck - unsigned/signed fix, options fixes
* Abstracted out option calls to "f3" behind Constants::OPTION_FONT * Added option to disable card image loading.
This commit is contained in:
@@ -33,6 +33,7 @@ public:
|
||||
CLOSEDHAND,
|
||||
HANDDIRECTION,
|
||||
REVERSETRIGGERS,
|
||||
DISABLECARDS,
|
||||
INTERRUPT_SECONDS,
|
||||
//My interrupts
|
||||
INTERRUPTMYSPELLS,
|
||||
|
||||
@@ -114,6 +114,7 @@ class Constants
|
||||
MAIN_FONT = 0,
|
||||
MENU_FONT = 1,
|
||||
MAGIC_FONT = 2,
|
||||
OPTION_FONT = 1,
|
||||
};
|
||||
|
||||
static char MTGColorChars[];
|
||||
|
||||
Reference in New Issue
Block a user