diff options
Diffstat (limited to 'kyra/script.cpp')
| -rw-r--r-- | kyra/script.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kyra/script.cpp b/kyra/script.cpp index 8b5e18287a..c40ab826b4 100644 --- a/kyra/script.cpp +++ b/kyra/script.cpp @@ -345,6 +345,9 @@ namespace Kyra { { 0, 0 } }; + _commands = commandProcs; +// _opcodes = opcodeProcs; + _scriptFile = NULL; _scriptFileSize = 0; } |
