From 0ee4b3e542e713b91cef3ecbfc58dee050105ff6 Mon Sep 17 00:00:00 2001 From: James Brown Date: Fri, 15 Oct 2004 10:53:06 +0000 Subject: Init error. svn-id: r15557 --- kyra/script.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kyra/script.cpp') diff --git a/kyra/script.cpp b/kyra/script.cpp index 13bb593665..e30ffb3e7e 100644 --- a/kyra/script.cpp +++ b/kyra/script.cpp @@ -767,7 +767,8 @@ namespace Kyra { assert(script_start); uint32 scriptStateAtStart = _scriptState; - + _error = false; + // runs the script while(true) { if ((uint32)_instructionPos > _chunks[kData]._size) { -- cgit v1.2.3