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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mohawk/myst.h b/engines/mohawk/myst.h
index 8d68092287..1e5ddd85da 100644
--- a/engines/mohawk/myst.h
+++ b/engines/mohawk/myst.h
@@ -132,7 +132,6 @@ struct MystView {
Common::Array<MystSoundItem> soundList;
// Script Resources
- uint16 scriptResCount;
struct ScriptResource {
uint16 type;
uint16 id; // Not used by type 3
@@ -141,7 +140,8 @@ struct MystView {
uint16 count; // Used by type 3 only
uint16 u0; // Used by type 3 only
int16 *resource_list; // Used by type 3 only
- } *scriptResources;
+ };
+ Common::Array<ScriptResource> scriptResources;
// Resource ID's
uint16 rlst;