add option to save modifiers to profile

This commit is contained in:
Chris Danford
2003-11-10 04:32:12 +00:00
parent dd55bbf4b1
commit 0dfed02a29
6 changed files with 65 additions and 10 deletions
+6 -5
View File
@@ -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
{