1
0
mirror of https://github.com/td512/re3.git synced 2026-03-01 11:00:53 +00:00

more cherry-pick fix

This commit is contained in:
Nikolay Korolev
2021-08-03 22:20:14 +03:00
parent 6fbb7da82d
commit 80d00fe31a
2 changed files with 7 additions and 3 deletions

View File

@@ -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];