[Scummvm-cvs-logs] CVS: scummvm/saga game.cpp,1.94,1.95

Eugene Sandulenko sev at users.sourceforge.net
Thu Aug 11 14:38:42 CEST 2005


Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13661

Modified Files:
	game.cpp 
Log Message:
Clarify message about unknown MD5 and don't make false alarms.


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/game.cpp,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- game.cpp	10 Aug 2005 18:27:17 -0000	1.94
+++ game.cpp	11 Aug 2005 21:37:04 -0000	1.95
@@ -1388,9 +1388,9 @@
 		}
 	}
 
-	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());





More information about the Scummvm-git-logs mailing list