[Scummvm-cvs-logs] SF.net SVN: scummvm:[33817] scummvm/trunk/engines/scumm/detection.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Aug 13 12:13:23 CEST 2008


Revision: 33817
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33817&view=rev
Author:   fingolfin
Date:     2008-08-13 10:13:22 +0000 (Wed, 13 Aug 2008)

Log Message:
-----------
Clarify SCUMM MD5 message: We do not want reports on fanmade translations

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/detection.cpp

Modified: scummvm/trunk/engines/scumm/detection.cpp
===================================================================
--- scummvm/trunk/engines/scumm/detection.cpp	2008-08-13 01:10:03 UTC (rev 33816)
+++ scummvm/trunk/engines/scumm/detection.cpp	2008-08-13 10:13:22 UTC (rev 33817)
@@ -820,9 +820,10 @@
 	// unknown MD5, or with a medium debug level in case of a known MD5 (for
 	// debugging purposes).
 	if (!findInMD5Table(res.md5.c_str())) {
-		printf("Your game version appears to be unknown. Please, report the following\n");
-		printf("data to the ScummVM team along with name of the game you tried to add\n");
-		printf("and its version/language/etc.:\n");
+		printf("Your game version appears to be unknown. If this is *NOT* a fan-modified\n");
+		printf("version (in particular, not a fan-made translation), please, report the\n");
+		printf("following data to the ScummVM team along with name of the game you tried\n");
+		printf("to add and its version/language/etc.:\n");
 
 		printf("  SCUMM gameid '%s', file '%s', MD5 '%s'\n\n",
 				res.game.gameid,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list