mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-01 01:05:54 +00:00
removed debug leftovers
This commit is contained in:
parent
56c83dfaae
commit
4d9853b0ce
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue