2
0
Эх сурвалжийг харах

Merge pull request #277 from chaigler/issue_275_fix

Fix for Issue 275
chaigler 10 жил өмнө
parent
commit
1bf3b7c1aa

+ 1 - 0
engine/source/console/compiledEval.cc

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