[Scummvm-cvs-logs] scummvm master -> 6afe5547c0f19dce03575923fbd9f573d313e690

somaen einarjohants at gmail.com
Sat Apr 5 14:02:52 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
6afe5547c0 WINTERMUTE: Replace (fangame) and wmefan-, with (unknown version) and wmeunk-


Commit: 6afe5547c0f19dce03575923fbd9f573d313e690
    https://github.com/scummvm/scummvm/commit/6afe5547c0f19dce03575923fbd9f573d313e690
Author: Einar Johan Trøan Sømåen (einarjohants at gmail.com)
Date: 2014-04-05T14:02:06+02:00

Commit Message:
WINTERMUTE: Replace (fangame) and wmefan-, with (unknown version) and wmeunk-

Changed paths:
    engines/wintermute/detection.cpp



diff --git a/engines/wintermute/detection.cpp b/engines/wintermute/detection.cpp
index 48c75f6..a659c43 100644
--- a/engines/wintermute/detection.cpp
+++ b/engines/wintermute/detection.cpp
@@ -107,11 +107,11 @@ public:
 					}
 				}
 				// Prefix to avoid collisions with actually known games
-				name = "wmefan-" + name;
+				name = "wmeunk-" + name;
 				Common::strlcpy(s_fallbackGameIdBuf, name.c_str(), sizeof(s_fallbackGameIdBuf) - 1);
 				s_fallbackDesc.gameid = s_fallbackGameIdBuf;
 				if (caption != name) {
-					caption += " (fangame) ";
+					caption += " (unknown version) ";
 					char *offset = s_fallbackGameIdBuf + name.size() + 1;
 					uint32 remainingLength = (sizeof(s_fallbackGameIdBuf) - 1) - (name.size() + 1);
 					Common::strlcpy(offset, caption.c_str(), remainingLength);






More information about the Scummvm-git-logs mailing list