Merge branch 'development' into console-func-refactor

Conflicts:
	Engine/source/console/compiledEval.cpp
This commit is contained in:
Daniel Buckmaster 2014-10-20 09:29:44 +11:00
commit 4c07c55121
4 changed files with 19 additions and 160 deletions

View file

@ -1747,6 +1747,7 @@ breakContinue:
Con::warnf(ConsoleLogEntry::General,"%s: Unable to find object: '%s' attempting to call function '%s'", getFileLine(ip-4), (const char*)callArgv[1], fnName);
STR.popFrame();
CSTK.popFrame();
STR.setStringValue("");
break;
}