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:
Lin
2022-05-18 03:29:07 +00:00
committed by GitHub
2 changed files with 24 additions and 2 deletions
+5
View File
@@ -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"