diff options
author | rollschuh2282 <53496587+rollschuh2282@users.noreply.github.com> | 2020-05-29 12:03:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 12:03:32 +0200 |
commit | 20cacb18f0ed75d51766d0006d9181613842e95c (patch) | |
tree | 789293926dc86dceff53452d072d42ec26a1f2b7 /src/core/config.h | |
parent | e65a09ea09ccc60c10e4969f8b98c3dfb7566f0f (diff) |
Add files via upload
Diffstat (limited to 'src/core/config.h')
-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 |