add option to save modifiers to profile
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
#define SCREEN_OPTIONS_MASTER_PREFS_H
|
||||
|
||||
static const int MAX_OPTIONS=16;
|
||||
#define OPT_SAVE_PREFERENCES 0x1
|
||||
#define OPT_APPLY_GRAPHICS 0x2
|
||||
#define OPT_APPLY_THEME 0x4
|
||||
#define OPT_RESET_GAME 0x8
|
||||
#define OPT_APPLY_SOUND 0x16
|
||||
#define OPT_SAVE_PREFERENCES 0x1
|
||||
#define OPT_APPLY_GRAPHICS 0x2
|
||||
#define OPT_APPLY_THEME 0x4
|
||||
#define OPT_RESET_GAME 0x8
|
||||
#define OPT_APPLY_SOUND 0x16
|
||||
#define OPT_SAVE_MODIFIERS_TO_PROFILE 0x32
|
||||
|
||||
struct ConfOption
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user