diff options
author | Nikolay <nickvnuk@gmail.com> | 2020-11-21 19:12:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-21 19:12:47 +0100 |
commit | 6b6b600cee9bda19d10868b5263cf477043ce56a (patch) | |
tree | 059ce2919a370ac340029030110c35e9e2052e52 /src | |
parent | Reorganize CPed functions into their original cpp files (diff) | |
download | re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar.gz re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar.bz2 re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar.lz re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar.xz re3-6b6b600cee9bda19d10868b5263cf477043ce56a.tar.zst re3-6b6b600cee9bda19d10868b5263cf477043ce56a.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 db6e5490..f7a3853d 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -295,7 +295,7 @@ enum Config { #endif //#define SIMPLIER_MISSIONS // apply simplifications from mobile #define USE_ADVANCED_SCRIPT_DEBUG_OUTPUT -#define SCRIPT_LOG_FILE_LEVEL 1 // 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 |