diff options
author | aap <aap@papnet.eu> | 2020-05-28 10:25:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:25:14 +0200 |
commit | 9bcec542911c461d60dd80772b97f30399f3c818 (patch) | |
tree | eb2d5037c4ec34298b06f99f36f1a29f01aec77c /src/core/config.h | |
parent | crash fix (diff) | |
parent | Merge remote-tracking branch 'upstream/master' (diff) | |
download | re3-9bcec542911c461d60dd80772b97f30399f3c818.tar re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.gz re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.bz2 re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.lz re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.xz re3-9bcec542911c461d60dd80772b97f30399f3c818.tar.zst re3-9bcec542911c461d60dd80772b97f30399f3c818.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index f43067d7..5ad12fba 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -227,6 +227,8 @@ enum Config { #define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default #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 MISSION_REPLAY // mobile feature +//#define SIMPLIER_MISSIONS // apply simplifications from mobile #define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible |