diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-11 00:43:57 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-11 00:43:57 +0100 |
commit | cf11b3284974336d86a33c39e51ac950cf0499ba (patch) | |
tree | 674cca583281a5755063912f991893b0742a9b9d /src/core/config.h | |
parent | script2 (diff) | |
download | re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar.gz re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar.bz2 re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar.lz re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar.xz re3-cf11b3284974336d86a33c39e51ac950cf0499ba.tar.zst re3-cf11b3284974336d86a33c39e51ac950cf0499ba.zip |
Diffstat (limited to '')
-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 |