From 15b9d61f6e5c49f5fab43fe0ff038a27853fb95c Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 9 Jun 2015 10:25:47 +0200 Subject: SHERLOCK: adjust "early following morning" coords --- engines/sherlock/scalpel/scalpel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp index 89232a7d52..f3566f6d46 100644 --- a/engines/sherlock/scalpel/scalpel.cpp +++ b/engines/sherlock/scalpel/scalpel.cpp @@ -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); -- cgit v1.2.3