Merge pull request #15624 from timothyteakettle/better-quirk-menu
quirks are now organised into three tabs for positive, neutral and negative
This commit is contained in:
@@ -91,3 +91,8 @@
|
||||
#define LOADOUT_TAB 4
|
||||
#define CONTENT_PREFERENCES_TAB 5
|
||||
#define KEYBINDINGS_TAB 6
|
||||
|
||||
//quirks
|
||||
#define QUIRK_POSITIVE "Positive"
|
||||
#define QUIRK_NEGATIVE "Negative"
|
||||
#define QUIRK_NEUTRAL "Neutral"
|
||||
|
||||
Reference in New Issue
Block a user