summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-11 00:35:03 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-11 00:35:03 +0100
commit53a99cb9ee8514438a64960a54adb4e1b2cbd349 (patch)
tree780fcf41a5b5e3c06161e54a9ac8e2195e6cc9d7 /src/core/config.h
parentMerge branch 'lcs-dev' into lcs (diff)
downloadre3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar.gz
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar.bz2
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar.lz
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar.xz
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.tar.zst
re3-53a99cb9ee8514438a64960a54adb4e1b2cbd349.zip
Diffstat (limited to '')
-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 b93ccc82..facbaacd 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 0 // 0 == no log, 1 == overwrite every frame, 2 == full log
+#define SCRIPT_LOG_FILE_LEVEL 2 // 0 == no log, 1 == overwrite every frame, 2 == full log
#ifndef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
#define USE_BASIC_SCRIPT_DEBUG_OUTPUT