aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
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;