summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-04-26 23:54:43 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-04-26 23:54:43 +0200
commit74fde1397e04fe78af0508789fdd1a7bf0e02799 (patch)
treea4c132e0f37121c6ebf199331f970cff80e7c57c /src/core/config.h
parentMerge remote-tracking branch 'upstream/master' (diff)
downloadre3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar.gz
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar.bz2
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar.lz
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar.xz
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.tar.zst
re3-74fde1397e04fe78af0508789fdd1a7bf0e02799.zip
Diffstat (limited to '')
-rw-r--r--src/core/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index a6876ab0..f1999c71 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -223,6 +223,8 @@ enum Config {
#define USE_MEASUREMENTS_IN_METERS // makes game use meters instead of feet in script
#define USE_PRECISE_MEASUREMENT_CONVERTION // makes game convert feet to meeters more precisely
+#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
+
// Replay
//#define DONT_FIX_REPLAY_BUGS // keeps various bugs in CReplay, some of which are fairly cool!
//#define USE_BETA_REPLAY_MODE // adds another replay mode, a few seconds slomo (caution: buggy!)