mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +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…
x
Reference in New Issue
Block a user