diff options
| author | Martin Kiewitz | 2015-06-09 10:25:47 +0200 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2015-06-10 07:12:25 +0200 |
| commit | 15b9d61f6e5c49f5fab43fe0ff038a27853fb95c (patch) | |
| tree | 37709bf4ff3167fb61f692ac250ad199b8fef63b | |
| parent | e670951a469b33e28bc9352f8417ba42868468a8 (diff) | |
| download | scummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.tar.gz scummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.tar.bz2 scummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.zip | |
SHERLOCK: adjust "early following morning" coords
| -rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
