mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
MADS: Phantom: Initialize missing scene info so that Raoul is visible
This commit is contained in:
parent
dcf931f0bb
commit
178e45f4d9
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user