aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst_stacks/stoneship.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst_stacks/stoneship.h')
-rw-r--r--engines/mohawk/myst_stacks/stoneship.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/engines/mohawk/myst_stacks/stoneship.h b/engines/mohawk/myst_stacks/stoneship.h
index 3f8cee2b49..af77aeda03 100644
--- a/engines/mohawk/myst_stacks/stoneship.h
+++ b/engines/mohawk/myst_stacks/stoneship.h
@@ -68,6 +68,8 @@ private:
DECLARE_OPCODE(o_chestDropKey);
DECLARE_OPCODE(o_trapLockOpen);
DECLARE_OPCODE(o_sideDoorsMovies);
+ DECLARE_OPCODE(o_cloudOrbEnter);
+ DECLARE_OPCODE(o_cloudOrbLeave);
DECLARE_OPCODE(o_drawerCloseOpened);
DECLARE_OPCODE(o_hologramDisplay_init);
@@ -80,7 +82,7 @@ private:
DECLARE_OPCODE(o_chest_init);
DECLARE_OPCODE(opcode_208);
DECLARE_OPCODE(o_achenarDrawers_init);
- DECLARE_OPCODE(opcode_210);
+ DECLARE_OPCODE(o_cloudOrb_init);
DECLARE_OPCODE(opcode_300);
@@ -107,6 +109,10 @@ private:
MystResourceType6 *_hologramSelection; // 88
uint16 _hologramDisplayPos;
+ MystResourceType6 *_cloudOrbMovie; // 136
+ uint16 _cloudOrbSound; // 140
+ uint16 _cloudOrbStopSound; // 142
+
uint16 batteryRemainingCharge();
};