[Scummvm-tracker] [ScummVM :: Bugs] #15301: ADL: Mystery House: Barely seen title screen

ScummVM :: Bugs trac at scummvm.org
Sat Aug 24 19:34:19 UTC 2024


#15301: ADL: Mystery House: Barely seen title screen
-------------------------+--------------------------
Reporter:  eriktorbjorn  |       Owner:  (none)
    Type:  defect        |      Status:  new
Priority:  normal        |   Component:  Engine: ADL
 Version:                |  Resolution:
Keywords:                |        Game:
-------------------------+--------------------------
Comment (by eriktorbjorn):

 I also noticed that the original apparently didn't scroll the "ENTER G FOR
 GAME..." prompt away, so that leads to an even simpler patch:

 {{{
 diff --git a/engines/adl/hires1.cpp b/engines/adl/hires1.cpp
 index d3b95b9a6d4..4b24eae324f 100644
 --- a/engines/adl/hires1.cpp
 +++ b/engines/adl/hires1.cpp
 @@ -252,6 +252,7 @@ void HiRes1Engine::runIntro() {
         stream->seek(0x1800);
         static_cast<Display_A2 *>(_display)->loadFrameBuffer(*stream);
         _display->renderGraphics();
 +       delay(3000);

         _display->setMode(Display::kModeMixed);
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/15301#comment:3>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list