summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2020-11-16 00:41:03 +0100
committerwithmorten <morten.with@gmail.com>2020-11-16 00:41:03 +0100
commitabcda2ce29877cdd60fad383ec098b174fbcc11f (patch)
treef889b2c528ce9dc5a0623662c71236d0b5c61154 /src/core/config.h
parentMake collision code placement more like original (+ small fixes) (diff)
downloadre3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar.gz
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar.bz2
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar.lz
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar.xz
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.tar.zst
re3-abcda2ce29877cdd60fad383ec098b174fbcc11f.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a55b018e..ddbac185 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -217,6 +217,11 @@ enum Config {
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
+// Just debug menu entries
+#ifdef DEBUGMENU
+#define MISSION_SWITCHER // from debug menu
+#endif
+
// Rendering/display
//#define EXTRA_MODEL_FLAGS // from mobile to optimize rendering
//# define HARDCODED_MODEL_FLAGS // sets the flags enabled above from hardcoded model names.