summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-01-13 12:22:31 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2021-01-13 12:22:31 +0100
commit57201187de74da42437dfa984a6cd36fe663a5e4 (patch)
tree303a3e4ab297c1dcf0cb81236f012db96ac5f78d /src/core/config.h
parentMake cmake files more generic (diff)
downloadre3-57201187de74da42437dfa984a6cd36fe663a5e4.tar
re3-57201187de74da42437dfa984a6cd36fe663a5e4.tar.gz
re3-57201187de74da42437dfa984a6cd36fe663a5e4.tar.bz2
re3-57201187de74da42437dfa984a6cd36fe663a5e4.tar.lz
re3-57201187de74da42437dfa984a6cd36fe663a5e4.tar.xz
re3-57201187de74da42437dfa984a6cd36fe663a5e4.tar.zst
re3-57201187de74da42437dfa984a6cd36fe663a5e4.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a2b2b6fc..ce7ee1e3 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -226,11 +226,15 @@ enum Config {
# define TIMEBARS // print debug timers
#endif
-#define FIX_BUGS // fixes bugs that we've came across during reversing
+#define FIX_BUGS // fixes bugs that we've came across during reversing. You can undefine this only on release builds.
#define MORE_LANGUAGES // Add more translations to the game
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
+#if defined(__LP64__) || defined(_WIN64)
+#define FIX_BUGS_64 // Must have fixes to be able to run 64 bit build
+#endif
+
// Just debug menu entries
#ifdef DEBUGMENU
#define MISSION_SWITCHER // from debug menu