SHERLOCK: adjust "early following morning" coords
This commit is contained in:
parent
e670951a46
commit
15b9d61f6e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue