diff options
Diffstat (limited to 'kyra')
| -rw-r--r-- | kyra/script.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |
