summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-11-17 23:45:12 +0100
committerGitHub <noreply@github.com>2020-11-17 23:45:12 +0100
commitb58a54527ef9c34559f3640c1e0056b8dcc4601b (patch)
treec6f109ef5d5dfc8720d0df518eb74ee718a5caa4 /src/core/config.h
parentfix flag (diff)
parentadd mission switcher from miami (diff)
downloadre3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar.gz
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar.bz2
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar.lz
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar.xz
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.tar.zst
re3-b58a54527ef9c34559f3640c1e0056b8dcc4601b.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 11168039..3da9bcb1 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -218,6 +218,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.