MADS: Phantom: Initialize missing scene info so that Raoul is visible

This commit is contained in:
Filippos Karapetis 2015-11-06 22:26:32 +02:00
parent dcf931f0bb
commit 178e45f4d9

View File

@ -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);
}