From c2e48f5c085b9ae4ddeb2e6be21071fe4d1cc8bb Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Tue, 14 Dec 2010 06:42:00 +0000 Subject: MOHAWK: Implement Myst opcodes 122 to 124 : Cabin safe handle svn-id: r54905 --- engines/mohawk/myst_stacks/myst.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engines/mohawk/myst_stacks/myst.h') 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); -- cgit v1.2.3