aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/myst.h')
-rw-r--r--engines/mohawk/myst.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 1e5ddd85da..12ec21b52c 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -137,9 +137,8 @@ struct MystView {
uint16 id; // Not used by type 3
// TODO: Type 3 has more. Maybe use a union?
uint16 var; // Used by type 3 only
- uint16 count; // Used by type 3 only
uint16 u0; // Used by type 3 only
- int16 *resource_list; // Used by type 3 only
+ Common::Array<int16> resourceList; // Used by type 3 only
};
Common::Array<ScriptResource> scriptResources;