diff options
-rw-r--r-- | engines/xeen/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/xeen/detection.cpp b/engines/xeen/detection.cpp index b16c8d6d3a..cf033b632f 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} }; |