diff options
-rw-r--r-- | engines/mads/scene_data.cpp | 6 |
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); } |