Merge pull request #705 from andr3wmac/ConsoleReturnFix

Fix for unexpected behavior described in issue #704
This commit is contained in:
Daniel Buckmaster 2014-10-19 19:45:15 +11:00
commit 376db9e097

View file

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