summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:30:18 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-18 20:30:18 +0100
commit177680216c03e6a2f191e0afab0420a88415e360 (patch)
tree1efa3641da600bb981358931e01ba957f725cd09 /src/core
parentMerge branch 'lcs-dev' into lcs (diff)
downloadre3-177680216c03e6a2f191e0afab0420a88415e360.tar
re3-177680216c03e6a2f191e0afab0420a88415e360.tar.gz
re3-177680216c03e6a2f191e0afab0420a88415e360.tar.bz2
re3-177680216c03e6a2f191e0afab0420a88415e360.tar.lz
re3-177680216c03e6a2f191e0afab0420a88415e360.tar.xz
re3-177680216c03e6a2f191e0afab0420a88415e360.tar.zst
re3-177680216c03e6a2f191e0afab0420a88415e360.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 3e5b1cfe..e60b086d 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -344,7 +344,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