diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-03 21:20:14 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-08-03 21:20:14 +0200 |
commit | 80d00fe31a191e5c5151509109957ab1f0ecc5e7 (patch) | |
tree | 76508de131afa99407048a9d20d3f3101ed24ce6 /src/control/Script.cpp | |
parent | cherrypick fixes (diff) | |
download | re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar.gz re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar.bz2 re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar.lz re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar.xz re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.tar.zst re3-80d00fe31a191e5c5151509109957ab1f0ecc5e7.zip |
Diffstat (limited to 'src/control/Script.cpp')
-rw-r--r-- | src/control/Script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script.cpp b/src/control/Script.cpp index e57d1528..ca250f29 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -1049,7 +1049,7 @@ int8 CRunningScript::ProcessOneCommand() #endif { #ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT - LogAfterProcessingCommand(command); + LogAfterProcessingCommand(command); #elif defined USE_BASIC_SCRIPT_DEBUG_OUTPUT if (m_bMissionFlag) { char tmp[128]; |