summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-07-25 20:44:21 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-07-25 20:44:21 +0200
commitbf4b39781ba64076c06e00825277a6c7f67c0949 (patch)
tree7a5bb0cbbbd0b58f168cfd9b792a74d78d039eee /src/core/config.h
parentMerge remote-tracking branch 'upstream/lcs' into lcs (diff)
downloadre3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.gz
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.bz2
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.lz
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.xz
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.tar.zst
re3-bf4b39781ba64076c06e00825277a6c7f67c0949.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index d8d62782..bee60489 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -274,7 +274,7 @@ enum Config {
#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, and keeps saves compatible between platforms
-#define FIX_INCOMPATIBLE_SAVES // try to fix incompatible saves, requires COMPATIBLE_SAVES
+//#define FIX_INCOMPATIBLE_SAVES // try to fix incompatible saves, requires COMPATIBLE_SAVES
#define LOAD_INI_SETTINGS // as the name suggests. fundamental for CUSTOM_FRONTEND_OPTIONS
#define NO_MOVIES // add option to disable intro videos