[Scummvm-git-logs] scummvm master -> d51aa4659bfcd361c0d42bf679e418c3a8944366

dreammaster dreammaster at scummvm.org
Fri Mar 16 03:28:49 CET 2018


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:
d51aa4659b XEEN: Add full game names to detection entries


Commit: d51aa4659bfcd361c0d42bf679e418c3a8944366
    https://github.com/scummvm/scummvm/commit/d51aa4659bfcd361c0d42bf679e418c3a8944366
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-15T22:28:45-04:00

Commit Message:
XEEN: Add full game names to detection entries

Changed paths:
    engines/xeen/detection.cpp


diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp
index b16c8d6..cf033b6 100644
--- a/engines/xeen/detection.cpp
+++ b/engines/xeen/detection.cpp
@@ -64,10 +64,10 @@ Common::Platform XeenEngine::getPlatform() const {
 
 static const PlainGameDescriptor XeenGames[] = {
 	{ "xeen", "Xeen" },
-	{ "cloudsofxeen", "Clouds of Xeen" },
-	{ "darksideofxeen", "Dark Side of Xeen" },
-	{ "worldofxeen", "World of Xeen" },
-	{ "swordsofxeen", "Swords of Xeen" },
+	{ "cloudsofxeen", "Might and Magic IV: Clouds of Xeen" },
+	{ "darksideofxeen", "Might and Magic V: Dark Side of Xeen" },
+	{ "worldofxeen", "Might and Magic: World of Xeen" },
+	{ "swordsofxeen", "Might and Magic: Swords of Xeen" },
 	{0, 0}
 };
 





More information about the Scummvm-git-logs mailing list