summaryrefslogtreecommitdiffstats
path: root/src/control/Script.cpp
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-03 21:20:14 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-07 19:40:27 +0200
commit2672504e8a31898ce8e86375bb8f8912ac425290 (patch)
tree41aac8f990e36b9607ad3a52ec4135a48091912b /src/control/Script.cpp
parentcherrypick fixes (diff)
downloadre3-2672504e8a31898ce8e86375bb8f8912ac425290.tar
re3-2672504e8a31898ce8e86375bb8f8912ac425290.tar.gz
re3-2672504e8a31898ce8e86375bb8f8912ac425290.tar.bz2
re3-2672504e8a31898ce8e86375bb8f8912ac425290.tar.lz
re3-2672504e8a31898ce8e86375bb8f8912ac425290.tar.xz
re3-2672504e8a31898ce8e86375bb8f8912ac425290.tar.zst
re3-2672504e8a31898ce8e86375bb8f8912ac425290.zip
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r--src/control/Script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp
index c57ebc14..389d89cd 100644
--- a/src/control/Script.cpp
+++ b/src/control/Script.cpp
@@ -1239,7 +1239,7 @@ int8 CRunningScript::ProcessOneCommand()
else
script_assert(false);
#ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
- LogAfterProcessingCommand(command);
+ LogAfterProcessingCommand(command);
#elif defined USE_BASIC_SCRIPT_DEBUG_OUTPUT
if (m_bMissionFlag) {
char tmp[128];