diff options
author | aap <aap@papnet.eu> | 2020-06-01 10:44:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-01 10:44:45 +0200 |
commit | f69313237e1b986c4468cad46bbaf8636bc7c4ac (patch) | |
tree | 50a0c86b32d12d1078fe63e532a74a3ba6b22622 /src/core/config.h | |
parent | fixed bumper colmodel (diff) | |
parent | Add files via upload (diff) | |
download | re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar.gz re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar.bz2 re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar.lz re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar.xz re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.tar.zst re3-f69313237e1b986c4468cad46bbaf8636bc7c4ac.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/config.h b/src/core/config.h index 9b620cef..837d8165 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -186,7 +186,7 @@ enum Config { # define NO_CDCHECK # define CHATTYSPLASH // print what the game is loading # define DEBUGMENU -//# define TIMEBARS // print debug timers +# define TIMEBARS // print debug timers #endif #define FIX_BUGS // fixes bugs that we've came across during reversing, TODO: use this more @@ -228,7 +228,7 @@ enum Config { #define CUSTOM_FRONTEND_OPTIONS // Script -#define USE_DEBUG_SCRIPT_LOADER // makes game load main_freeroam.scm by default +#define USE_DEBUG_SCRIPT_LOADER // Loads main.scm by default. Hold R for main_freeroam.scm and D for main_d.scm #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 |