diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-07-01 14:43:19 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-07-01 14:43:19 +0200 |
commit | ade5dff2172d1a58fc7b44069945def38da8b8ac (patch) | |
tree | 77961036b4009f073c5d536b5c0657c7ad0f52df /src/core/config.h | |
parent | Merge branch 'master' into miami (diff) | |
download | re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar.gz re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar.bz2 re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar.lz re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar.xz re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.tar.zst re3-ade5dff2172d1a58fc7b44069945def38da8b8ac.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 7ba1a6fd..5459c336 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -257,7 +257,7 @@ enum Config { //#define MISSION_REPLAY // mobile feature #endif //#define SIMPLIER_MISSIONS // apply simplifications from mobile -//#define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT +#define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT #define SCRIPT_LOG_FILE_LEVEL 1 // 0 == no log, 1 == overwrite every frame, 2 == full log #ifndef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT |