aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/script.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/script.cpp')
-rw-r--r--engines/toon/script.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/toon/script.cpp b/engines/toon/script.cpp
index 06d482f4e2..31d9f94f36 100644
--- a/engines/toon/script.cpp
+++ b/engines/toon/script.cpp
@@ -102,7 +102,7 @@ bool EMCInterpreter::callback(Common::IFFChunk &chunk) {
return false;
}
-bool EMCInterpreter::load(const char *filename, EMCData *scriptData, const Common::Array<const Opcode *> *opcodes) {
+bool EMCInterpreter::load(const char *filename, EMCData *scriptData, const Common::Array<const OpcodeV2 *> *opcodes) {
Common::SeekableReadStream *stream = _vm->resources()->openFile(filename);
if (!stream) {
error("Couldn't open script file '%s'", filename);