From 7d4b05098d101cdb6918ec8a11017a7d03ea8814 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 24 Jul 2014 21:09:34 -0400 Subject: MADS: Clean up _depthStyle usage in DepthSurface class --- engines/mads/scene_data.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/mads/scene_data.cpp') diff --git a/engines/mads/scene_data.cpp b/engines/mads/scene_data.cpp index 36aa831c0b..e874468345 100644 --- a/engines/mads/scene_data.cpp +++ b/engines/mads/scene_data.cpp @@ -228,6 +228,7 @@ void SceneInfo::load(int sceneId, int variant, const Common::String &resName, } loadCodes(depthSurface, variant); + depthSurface._depthStyle = _depthStyle; infoFile.close(); if (_vm->getGameID() == GType_RexNebular) { -- cgit v1.2.3