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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 16 13:02:25 CEST 2006


Revision: 22495
Author:   fingolfin
Date:     2006-05-16 13:00:48 -0700 (Tue, 16 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22495&view=rev

Log Message:
-----------
Tell people to only report the MD5 if it's a regular version of the game (and not e.g. a fan translation)

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/plugin.cpp
Modified: scummvm/trunk/engines/scumm/plugin.cpp
===================================================================
--- scummvm/trunk/engines/scumm/plugin.cpp	2006-05-16 19:04:09 UTC (rev 22494)
+++ scummvm/trunk/engines/scumm/plugin.cpp	2006-05-16 20:00:48 UTC (rev 22495)
@@ -1375,7 +1375,8 @@
 	// unknown MD5, or with a medium debug level in case of a known MD5 (for
 	// debugging purposes).
 	if (!findInMD5Table(res.md5.c_str())) {
-		printf("Unknown MD5 (%s)! Please report the details (language, platform, etc.) of this game to the ScummVM team\n", res.md5.c_str());
+		printf("Unknown MD5 (%s)! If this is an official version of the game (and not e.g. a fan made translation), "
+		       "please report the details (language, platform, etc.) of this game to the ScummVM team\n", res.md5.c_str());
 	} else {
 		debug(1, "Using MD5 '%s'", res.md5.c_str());
 	}


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