diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-09 15:47:55 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-09 15:47:55 +0100 |
commit | 1f79fb608a6bfe43395eaf221c97ae326423254e (patch) | |
tree | 672024c0e3bf8cc3e0b96a89d6bed0680ab5284c /src/core/config.h | |
parent | fix (diff) | |
download | re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar.gz re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar.bz2 re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar.lz re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar.xz re3-1f79fb608a6bfe43395eaf221c97ae326423254e.tar.zst re3-1f79fb608a6bfe43395eaf221c97ae326423254e.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 facbaacd..b93ccc82 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -334,7 +334,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually #endif //#define SIMPLIER_MISSIONS // apply simplifications from mobile #define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT -#define SCRIPT_LOG_FILE_LEVEL 2 // 0 == no log, 1 == overwrite every frame, 2 == full log +#define SCRIPT_LOG_FILE_LEVEL 0 // 0 == no log, 1 == overwrite every frame, 2 == full log #ifndef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT #define USE_BASIC_SCRIPT_DEBUG_OUTPUT |