summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2020-05-22 14:49:37 +0200
committerGitHub <noreply@github.com>2020-05-22 14:49:37 +0200
commit8b82e9c40f96f8fafc451bd589e31f2c10b643f5 (patch)
tree31af48c2f7af556b368bba1a726698b6a0f8a39a /src/core/config.h
parentMerge pull request #577 from erorcun/miami (diff)
parentfocus loss improvement (diff)
downloadre3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.gz
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.bz2
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.lz
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.xz
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.zst
re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index c7ce5016..f0025dfa 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -204,6 +204,9 @@ enum Config {
#else
#define AUDIO_OAL
#endif
+#ifdef DEBUGMENU
+#define RELOADABLES // some debug menu options to reload TXD files
+#endif
// Particle
//#define PC_PARTICLE