Fix xyz again by reverting previous commit and fixing the local variables from not resetting the object states.

This commit is contained in:
Jeff Hutchinson 2021-09-03 23:27:39 -04:00
parent 57de7fd379
commit 313c069ecb
3 changed files with 103 additions and 10 deletions

View file

@ -674,6 +674,13 @@ ConsoleValue CodeBlock::compileExec(StringTableEntry fileName, const char *inStr
consoleAllocReset();
#ifndef TORQUE_SHIPPING
if (Con::getBoolVariable("$Debug::DumpByteCode"))
{
dumpInstructions();
}
#endif
if (lineBreakPairCount && fileName)
calcBreakList();