aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-03-06 22:31:41 -0500
committerPaul Gilbert2014-03-06 22:31:41 -0500
commita77ed90618664e50705b3e59dd2111faec2f5f39 (patch)
treeb7f55059e7902cf0d2007fcecb015029aa21d37a /engines/mads/scene.h
parentc9186f51b9502a4cfb1881f2db4f92eeb6227144 (diff)
downloadscummvm-rg350-a77ed90618664e50705b3e59dd2111faec2f5f39.tar.gz
scummvm-rg350-a77ed90618664e50705b3e59dd2111faec2f5f39.tar.bz2
scummvm-rg350-a77ed90618664e50705b3e59dd2111faec2f5f39.zip
MADS: Implementing support methods needed for scene 804 initialisation
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index f31927d877..3fe3a4eddf 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -98,7 +98,7 @@ public:
int _v1;
SceneInfo *_sceneInfo;
MSurface _backgroundSurface;
- MSurface _depthSurface;
+ DepthSurface _depthSurface;
InterfaceSurface _interface;
bool _animFlag;
int _animVal1;