SHERLOCK: adjust "early following morning" coords

This commit is contained in:
Martin Kiewitz 2015-06-09 10:25:47 +02:00 committed by Willem Jan Palenstijn
parent e670951a46
commit 15b9d61f6e

View File

@ -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);