From b661abaf838b6b1e3b2f635a23ffffec7711c80b Mon Sep 17 00:00:00 2001 From: Andrew Mac Date: Mon, 23 Jun 2014 14:58:06 -0300 Subject: [PATCH] Fix for unexpected behavior described in issue #704 --- Engine/source/console/compiledEval.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/console/compiledEval.cpp b/Engine/source/console/compiledEval.cpp index 37f621997..da1aa9f20 100644 --- a/Engine/source/console/compiledEval.cpp +++ b/Engine/source/console/compiledEval.cpp @@ -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; }