mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-31 22:53:54 +00:00
SHERLOCK: adjust "early following morning" coords
This commit is contained in:
parent
e670951a46
commit
15b9d61f6e
@ -395,7 +395,7 @@ bool ScalpelEngine::showAlleyCutscene() {
|
||||
if (finished) {
|
||||
ImageFile titleImages("title3.vgs", true);
|
||||
// "Early the following morning on Baker Street..."
|
||||
_screen->transBlitFrom(titleImages[0], Common::Point(35, 51));
|
||||
_screen->transBlitFrom(titleImages[0], Common::Point(35, 52));
|
||||
|
||||
// fast fade-in
|
||||
_screen->fadeIn(palette, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user