[Scummvm-cvs-logs] scummvm master -> 66a34028fa0b651eca15a633d48eb548591693d0

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Jun 9 10:26:21 CEST 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
66a34028fa SHERLOCK: adjust "early following morning" coords


Commit: 66a34028fa0b651eca15a633d48eb548591693d0
    https://github.com/scummvm/scummvm/commit/66a34028fa0b651eca15a633d48eb548591693d0
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-09T10:25:47+02:00

Commit Message:
SHERLOCK: adjust "early following morning" coords

Changed paths:
    engines/sherlock/scalpel/scalpel.cpp



diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index cca81b5..98d7588 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -397,7 +397,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);






More information about the Scummvm-git-logs mailing list