aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index e37aa43855..5b3d818b96 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -118,7 +118,7 @@ struct ARTHeader {
int _width;
int _height;
Common::Array<RGB6> _palette;
- Common::Array<RGB4> _palAnimData;
+ Common::Array<PaletteCycle> _paletteCycles;
void load(Common::SeekableReadStream *f);
};
@@ -158,7 +158,7 @@ public:
int _field4A;
int _usageIndex;
- Common::Array<RGB4> _palAnimData;
+ Common::Array<PaletteCycle> _paletteCycles;
WalkNodeList _nodes;
public:
/**