Tell people to only report the MD5 if it's a regular version of the game (and not e.g. a fan translation)
svn-id: r22495
This commit is contained in:
parent
ba2a6152c7
commit
b6b53afe26
1 changed files with 2 additions and 1 deletions
|
@ -1375,7 +1375,8 @@ PluginError Engine_SCUMM_create(OSystem *syst, Engine **engine) {
|
|||
// 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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue