aboutsummaryrefslogtreecommitdiff
path: root/engines/mads
diff options
context:
space:
mode:
authorFilippos Karapetis2015-11-06 22:26:32 +0200
committerFilippos Karapetis2015-11-06 22:26:32 +0200
commit178e45f4d9847970f9ee7dcf78902fa160226e7f (patch)
tree0f7d41495ed20bde2090ff3568bd8d487badcddc /engines/mads
parentdcf931f0bb651264bc096f9dac7960a602aa6148 (diff)
downloadscummvm-rg350-178e45f4d9847970f9ee7dcf78902fa160226e7f.tar.gz
scummvm-rg350-178e45f4d9847970f9ee7dcf78902fa160226e7f.tar.bz2
scummvm-rg350-178e45f4d9847970f9ee7dcf78902fa160226e7f.zip
MADS: Phantom: Initialize missing scene info so that Raoul is visible
Diffstat (limited to 'engines/mads')
-rw-r--r--engines/mads/scene_data.cpp6
1 files changed, 6 insertions, 0 deletions
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);
}