summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-01-22 18:59:57 +0100
committerNikolay Korolev <nickvnuk@gmail.com>2021-01-22 18:59:57 +0100
commitbdb216bf7c7192d35c247831f1feaf5c61ebadd8 (patch)
tree01590fb745611f0e9a6d51d972ceaa4abf89a197 /src/core/config.h
parentReenable PS2_AUDIO_PATHS (diff)
downloadre3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar.gz
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar.bz2
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar.lz
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar.xz
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.tar.zst
re3-bdb216bf7c7192d35c247831f1feaf5c61ebadd8.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 9afdcc7f..07773543 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -345,7 +345,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 1 // 0 == no log, 1 == overwrite every frame, 2 == full log
#ifndef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
#define USE_BASIC_SCRIPT_DEBUG_OUTPUT