From 1c57342cc8244b19819ee4e8e446f2eee2d9d16c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 11 Aug 2005 21:37:04 +0000 Subject: Clarify message about unknown MD5 and don't make false alarms. svn-id: r18666 --- saga/game.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/saga/game.cpp b/saga/game.cpp index b641fb9b43..fba61c6d5f 100644 --- a/saga/game.cpp +++ b/saga/game.cpp @@ -1388,9 +1388,9 @@ int detectGame(const FSList &fslist, bool mode, int start) { } } - if (!filesMD5.isEmpty()) { - printf("MD5s of your ITE version are unknown. Please, report following data to\n"); - printf("ScummVM team along with your ITE version:\n"); + if (!filesMD5.isEmpty() && start == -1) { + printf("MD5s of your game version are unknown. Please, report following data to\n"); + printf("ScummVM team along with your game name and version:\n"); for (StringMap::const_iterator file = filesMD5.begin(); file != filesMD5.end(); ++file) printf("%s: %s\n", file->_key.c_str(), file->_value.c_str()); -- cgit v1.2.3