removed debug leftovers

This commit is contained in:
Nikolay Korolev 2020-02-24 21:18:11 +03:00
parent 56c83dfaae
commit 4d9853b0ce
1 changed files with 0 additions and 3 deletions

View File

@ -704,9 +704,6 @@ int8 CRunningScript::ProcessOneCommand()
int32 command = Read2BytesFromScript(&m_nIp);
m_bNotFlag = (command & 0x8000);
command &= 0x7FFF;
if (command >= 1000)
debug("Time: %d, Script: %s, Command: %d\n", CTheScripts::CommandsExecuted, m_abScriptName, command);
debug("IntroSomething: %d\n", CTheScripts::NumberOfIntroTextLinesThisFrame);
if (command < 100)
return ProcessCommands0To99(command);
if (command < 200)