aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/myst.h
diff options
context:
space:
mode:
authorBastien Bouclet2010-12-14 06:42:00 +0000
committerBastien Bouclet2010-12-14 06:42:00 +0000
commitc2e48f5c085b9ae4ddeb2e6be21071fe4d1cc8bb (patch)
tree974ab7dbcf5e6e7dfbc2bd2d5f3bdf4563514943 /engines/mohawk/myst_stacks/myst.h
parenta90fdce46d4819e9153f12899cc0f2216a298d86 (diff)
downloadscummvm-rg350-c2e48f5c085b9ae4ddeb2e6be21071fe4d1cc8bb.tar.gz
scummvm-rg350-c2e48f5c085b9ae4ddeb2e6be21071fe4d1cc8bb.tar.bz2
scummvm-rg350-c2e48f5c085b9ae4ddeb2e6be21071fe4d1cc8bb.zip
MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handle
svn-id: r54905
Diffstat (limited to 'engines/mohawk/myst_stacks/myst.h')
-rw-r--r--engines/mohawk/myst_stacks/myst.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/mohawk/myst_stacks/myst.h b/engines/mohawk/myst_stacks/myst.h
index c60e5aa1aa..1e13f79083 100644
--- a/engines/mohawk/myst_stacks/myst.h
+++ b/engines/mohawk/myst_stacks/myst.h
@@ -81,8 +81,9 @@ private:
DECLARE_OPCODE(opcode_119);
DECLARE_OPCODE(o_generatorButtonPressed);
DECLARE_OPCODE(o_cabinSafeChangeDigit);
- DECLARE_OPCODE(opcode_122);
- DECLARE_OPCODE(opcode_123);
+ DECLARE_OPCODE(o_cabinSafeHandleStartMove);
+ DECLARE_OPCODE(o_cabinSafeHandleMove);
+ DECLARE_OPCODE(o_cabinSafeHandleEndMove);
DECLARE_OPCODE(opcode_129);
DECLARE_OPCODE(opcode_130);
DECLARE_OPCODE(opcode_131);
@@ -210,6 +211,7 @@ private:
bool _towerRotationOverSpot; // 136
uint16 _cabinDoorOpened; // 56
+ uint16 _cabinMatchboxState; // 60
void generatorRedrawRocket();
void generatorButtonValue(MystResource *button, uint16 &offset, uint16 &value);