aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/myst.h
diff options
context:
space:
mode:
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);