aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-05 22:41:25 -0400
committerPaul Gilbert2014-04-05 22:41:25 -0400
commitff7d2e2dbf60202cc24b26b1ac61c0e76e802191 (patch)
treec54249ca263e20ec7e2221ef9b7e2bcfc9f73d45 /engines/mads/scene.h
parent11403c5db6eac282e0e1f28623ac25ab95517792 (diff)
downloadscummvm-rg350-ff7d2e2dbf60202cc24b26b1ac61c0e76e802191.tar.gz
scummvm-rg350-ff7d2e2dbf60202cc24b26b1ac61c0e76e802191.tar.bz2
scummvm-rg350-ff7d2e2dbf60202cc24b26b1ac61c0e76e802191.zip
MADS: Add missing scene codes variant handling
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 4e3829b838..dbb218842b 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -98,7 +98,7 @@ public:
int _textSpacing;
Hotspots _hotspots;
DirtyAreas _dirtyAreas;
- int _v1;
+ int _variant;
SceneInfo *_sceneInfo;
MSurface _backgroundSurface;
DepthSurface _depthSurface;
@@ -206,7 +206,10 @@ public:
*/
void free();
- void changeDepthSurface(int arg1);
+ /**
+ * Set the walk surface for a scene to a different variant
+ */
+ void changeVariant(int variant);
void resetScene();