[Scummvm-cvs-logs] scummvm master -> ef2d585459177355ee1be6f37b6df32e49d1a35b

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Jun 17 00:19:05 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:
ef2d585459 SHERLOCK: intro: remove debug output


Commit: ef2d585459177355ee1be6f37b6df32e49d1a35b
    https://github.com/scummvm/scummvm/commit/ef2d585459177355ee1be6f37b6df32e49d1a35b
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-06-17T00:18:08+02:00

Commit Message:
SHERLOCK: intro: remove debug output

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



diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index ed2a1f7..c46f2f0 100644
--- a/engines/sherlock/scalpel/scalpel.cpp
+++ b/engines/sherlock/scalpel/scalpel.cpp
@@ -290,7 +290,6 @@ bool ScalpelEngine::showCityCutscene() {
 
 		Common::Point londonPosition;
 
-		warning("width %d, %d", titleImages_LondonNovember[0]._width, titleImages_LondonNovember[0]._height);
 		if ((titleImages_LondonNovember[0]._width == 302) && (titleImages_LondonNovember[0]._height == 39)) {
 			// Spanish
 			londonPosition = Common::Point(9, 8);






More information about the Scummvm-git-logs mailing list