[Scummvm-tracker] [ScummVM :: Bugs] #15301: ADL: Mystery House: Barely seen title screen
ScummVM :: Bugs
trac at scummvm.org
Fri Sep 13 17:41:20 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):
For a while, I thought there was a similar thing in Time Zone, after the
menu, but that turned out to be just a flash of the same title screen
again. This seems to happen in the original as well, but I think it's more
distracting the way ScummVM does it. So perhaps that should be changed?
Something like this seems to help:
{{{
diff --git a/engines/adl/hires5.cpp b/engines/adl/hires5.cpp
index 8a14b0ab24f..01d390d5e44 100644
--- a/engines/adl/hires5.cpp
+++ b/engines/adl/hires5.cpp
@@ -251,6 +251,7 @@ void HiRes5Engine::runIntro() {
inputKey();
+ _graphics->clearScreen();
display->home();
display->setMode(Display::kModeText);
}}}
--
Ticket URL: <https://bugs.scummvm.org/ticket/15301#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list