aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/mechanical.h
diff options
context:
space:
mode:
authorBastien Bouclet2012-12-15 10:57:46 +0100
committerBastien Bouclet2012-12-16 06:51:01 +0100
commit0358a44738f1f1567156dc8e90025dd89414605f (patch)
tree317e520b05696028bcf3419fe569e351e43b7099 /engines/mohawk/myst_stacks/mechanical.h
parent4ae8b3b1e863e2a6ad7d216447f85f480499ad75 (diff)
downloadscummvm-rg350-0358a44738f1f1567156dc8e90025dd89414605f.tar.gz
scummvm-rg350-0358a44738f1f1567156dc8e90025dd89414605f.tar.bz2
scummvm-rg350-0358a44738f1f1567156dc8e90025dd89414605f.zip
MOHAWK: Implement the last two Myst opcodes
Diffstat (limited to 'engines/mohawk/myst_stacks/mechanical.h')
-rw-r--r--engines/mohawk/myst_stacks/mechanical.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst_stacks/mechanical.h b/engines/mohawk/myst_stacks/mechanical.h
index 01a197171d..7f3d5143e4 100644
--- a/engines/mohawk/myst_stacks/mechanical.h
+++ b/engines/mohawk/myst_stacks/mechanical.h
@@ -80,9 +80,9 @@ private:
DECLARE_OPCODE(o_elevatorWindowMovie);
DECLARE_OPCODE(o_elevatorGoMiddle);
DECLARE_OPCODE(o_elevatorTopMovie);
- DECLARE_OPCODE(opcode_124);
+ DECLARE_OPCODE(o_fortressRotationSetPosition);
DECLARE_OPCODE(o_mystStaircaseMovie);
- DECLARE_OPCODE(opcode_126);
+ DECLARE_OPCODE(o_elevatorWaitTimeout);
DECLARE_OPCODE(o_crystalEnterYellow);
DECLARE_OPCODE(o_crystalEnterGreen);
DECLARE_OPCODE(o_crystalEnterRed);