Browse Source

Merge pull request #277 from chaigler/issue_275_fix

Fix for Issue 275
chaigler 10 years ago
parent
commit
1bf3b7c1aa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/source/console/compiledEval.cc

+ 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);
                   
                   STR.popFrame(); // [neo, 5/7/2007 - #2974]
+				  STR.setStringValue("");
 
                   break;
                }