aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-09 10:25:47 +0200
committerWillem Jan Palenstijn2015-06-10 07:12:25 +0200
commit15b9d61f6e5c49f5fab43fe0ff038a27853fb95c (patch)
tree37709bf4ff3167fb61f692ac250ad199b8fef63b /engines/sherlock/scalpel/scalpel.cpp
parente670951a469b33e28bc9352f8417ba42868468a8 (diff)
downloadscummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.tar.gz
scummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.tar.bz2
scummvm-rg350-15b9d61f6e5c49f5fab43fe0ff038a27853fb95c.zip
SHERLOCK: adjust "early following morning" coords
Diffstat (limited to 'engines/sherlock/scalpel/scalpel.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp2
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);