Skip to content

Commit

Permalink
SHERLOCK: intro: remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Jun 16, 2015
1 parent 3f0a434 commit ef2d585
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/sherlock/scalpel/scalpel.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit ef2d585

Please sign in to comment.