aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene_data.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-17 16:46:57 -0500
committerPaul Gilbert2015-01-17 16:46:57 -0500
commit4ee29ef3a84186b79e00e3f50d3fb15e4c13d213 (patch)
tree9bb6e3894393e21f0b15db652f3c7ccdc4ecad72 /engines/mads/scene_data.h
parent263c5924906b2fcb3303850ad919e158cb06e120 (diff)
downloadscummvm-rg350-4ee29ef3a84186b79e00e3f50d3fb15e4c13d213.tar.gz
scummvm-rg350-4ee29ef3a84186b79e00e3f50d3fb15e4c13d213.tar.bz2
scummvm-rg350-4ee29ef3a84186b79e00e3f50d3fb15e4c13d213.zip
MADS: Add loading of SpriteInfo frame numbers for scene background sprites
Diffstat (limited to 'engines/mads/scene_data.h')
-rw-r--r--engines/mads/scene_data.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/scene_data.h b/engines/mads/scene_data.h
index 41e094b8f5..41a08f74eb 100644
--- a/engines/mads/scene_data.h
+++ b/engines/mads/scene_data.h
@@ -144,6 +144,7 @@ class SceneInfo {
public:
int _spriteSetIndex;
Common::Point _position;
+ int _frameNumber;
int _depth;
int _scale;