aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-17 00:18:08 +0200
committerMartin Kiewitz2015-06-17 00:18:08 +0200
commitef2d585459177355ee1be6f37b6df32e49d1a35b (patch)
tree3f96442c082ca20e92757d62d46b84b04cbeca0b /engines
parent3f0a434c0b3098587446201340356fd5d02f676f (diff)
downloadscummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.tar.gz
scummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.tar.bz2
scummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.zip
SHERLOCK: intro: remove debug output
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/scalpel/scalpel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel.cpp b/engines/sherlock/scalpel/scalpel.cpp
index ed2a1f7e5e..c46f2f02ba 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);