From 23a5bc61af0124bb3851d681957f2f094bc31a39 Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Sun, 1 Jan 2012 17:14:29 +0100 Subject: SCUMM: Don't hide scumm detector debug message for certain cases --- engines/scumm/detection.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp index 2ae994040b..d925cc9198 100644 --- a/engines/scumm/detection.cpp +++ b/engines/scumm/detection.cpp @@ -585,7 +585,6 @@ static void detectGames(const Common::FSList &fslist, Common::Listsize(); - if (d.md5Entry->filesize != filesize) debug(1, "SCUMM detector found matching file '%s' with MD5 %s, size %d\n", file.c_str(), md5str.c_str(), filesize); -- cgit v1.2.3