diff options
author | Martin Kiewitz | 2015-06-17 00:18:08 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-17 00:18:08 +0200 |
commit | ef2d585459177355ee1be6f37b6df32e49d1a35b (patch) | |
tree | 3f96442c082ca20e92757d62d46b84b04cbeca0b | |
parent | 3f0a434c0b3098587446201340356fd5d02f676f (diff) | |
download | scummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.tar.gz scummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.tar.bz2 scummvm-rg350-ef2d585459177355ee1be6f37b6df32e49d1a35b.zip |
SHERLOCK: intro: remove debug output
-rw-r--r-- | engines/sherlock/scalpel/scalpel.cpp | 1 |
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); |