aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-02-19 09:06:59 +0100
committerBastien Bouclet2011-02-22 20:38:54 +0100
commite507115405d50a2e2f8c006238b33f0910db2354 (patch)
treeaf1d15f805dd1fb07543a5d20f95b618002810b5 /engines/mohawk/myst_stacks/mechanical.h
parentbc39d327acd6fe5622848f7f98f4159c0e4afb4c (diff)
downloadscummvm-rg350-e507115405d50a2e2f8c006238b33f0910db2354.tar.gz
scummvm-rg350-e507115405d50a2e2f8c006238b33f0910db2354.tar.bz2
scummvm-rg350-e507115405d50a2e2f8c006238b33f0910db2354.zip
MOHAWK: Implement Mechanical elevator movies
Diffstat (limited to 'engines/mohawk/myst_stacks/mechanical.h')
-rw-r--r--engines/mohawk/myst_stacks/mechanical.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/mechanical.h b/engines/mohawk/myst_stacks/mechanical.h
index 0e20b8e57a..065f27d745 100644
--- a/engines/mohawk/myst_stacks/mechanical.h
+++ b/engines/mohawk/myst_stacks/mechanical.h
@@ -68,7 +68,7 @@ private:
DECLARE_OPCODE(o_elevatorRotationStart);
DECLARE_OPCODE(o_elevatorRotationMove);
DECLARE_OPCODE(o_elevatorRotationStop);
- DECLARE_OPCODE(opcode_121);
+ DECLARE_OPCODE(o_elevatorWindowMovie);
DECLARE_OPCODE(opcode_122);
DECLARE_OPCODE(opcode_123);
DECLARE_OPCODE(opcode_124);