diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-28 10:40:56 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-28 10:40:56 +0200 |
commit | 98fec63ca7c870d2e8afd0e6649fe9cec7459213 (patch) | |
tree | 9f6e694fc0fc1fdefc641f57d39c1ec5598ae449 /src/core/config.h | |
parent | Frontend customization functions, freecam toggle, minor things (diff) | |
parent | Merge pull request #599 from Nick007J/master (diff) | |
download | re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.gz re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.bz2 re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.lz re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.xz re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.tar.zst re3-98fec63ca7c870d2e8afd0e6649fe9cec7459213.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 b7a811a0..a652c9fe 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -228,6 +228,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 |