aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
authorBastien Bouclet2011-02-12 20:19:00 +0100
committerBastien Bouclet2011-02-12 20:19:00 +0100
commit337044e11f6682e9cc9a50eeb71b4f9e8a6b94d5 (patch)
treeeea09e33b30b610c244fc63cc1ede07e3c545b8a /engines/mohawk/myst_stacks/mechanical.h
parentd11b57e60935c1799b07445caf817c871391f2cf (diff)
downloadscummvm-rg350-337044e11f6682e9cc9a50eeb71b4f9e8a6b94d5.tar.gz
scummvm-rg350-337044e11f6682e9cc9a50eeb71b4f9e8a6b94d5.tar.bz2
scummvm-rg350-337044e11f6682e9cc9a50eeb71b4f9e8a6b94d5.zip
MOHAWK: Implement Mechanical opcode 125
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 8af5c5ed98..ef8612ff8c 100644
--- a/engines/mohawk/myst_stacks/mechanical.h
+++ b/engines/mohawk/myst_stacks/mechanical.h
@@ -74,7 +74,7 @@ private:
DECLARE_OPCODE(opcode_122);
DECLARE_OPCODE(opcode_123);
DECLARE_OPCODE(opcode_124);
- DECLARE_OPCODE(opcode_125);
+ DECLARE_OPCODE(o_mystStaircaseMovie);
DECLARE_OPCODE(opcode_126);
DECLARE_OPCODE(opcode_127);
DECLARE_OPCODE(opcode_128);