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.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 74a1ff8e68..bcdd50a9d0 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -263,6 +263,15 @@ struct ARTHeader {
* Handles general data for a given scene
*/
class SceneInfo {
+ class SpriteInfo {
+ public:
+ int _spriteSetIndex;
+ Common::Point _position;
+ int _depth;
+ int _scale;
+
+ void load(Common::SeekableReadStream *f);
+ };
private:
MADSEngine *_vm;
@@ -290,7 +299,6 @@ public:
int _field4C;
Common::Array<InventoryObject> _objects;
- Common::StringArray _setNames;
Common::Array<RGB4> _palette;
public:
/**