Fix for unexpected behavior described in issue #704

This commit is contained in:
Andrew Mac 2014-06-23 14:58:06 -03:00
parent 65099897f4
commit b661abaf83

View file

@ -1572,6 +1572,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;
}