From 178e45f4d9847970f9ee7dcf78902fa160226e7f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Fri, 6 Nov 2015 22:26:32 +0200 Subject: MADS: Phantom: Initialize missing scene info so that Raoul is visible --- engines/mads/scene_data.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/mads') diff --git a/engines/mads/scene_data.cpp b/engines/mads/scene_data.cpp index d4610c53d4..f6f081a252 100644 --- a/engines/mads/scene_data.cpp +++ b/engines/mads/scene_data.cpp @@ -176,6 +176,12 @@ void SceneInfo::load(int sceneId, int variant, const Common::String &resName, _width = 320; _height = 156; + // TODO: Initialize correctly! + _yBandsEnd = 155; + _yBandsStart = 0; + _maxScale = 100; + _minScale = 100; + infoStream->skip(140); } -- cgit v1.2.3