diff options
author | Paul Gilbert | 2018-03-15 22:28:45 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-03-15 22:28:45 -0400 |
commit | d51aa4659bfcd361c0d42bf679e418c3a8944366 (patch) | |
tree | f95845c6e71ef7372308d6be99758d9e95d7bb35 /engines | |
parent | 7efb8786ebc2a55787ef81737dbb105a60489702 (diff) | |
download | scummvm-rg350-d51aa4659bfcd361c0d42bf679e418c3a8944366.tar.gz scummvm-rg350-d51aa4659bfcd361c0d42bf679e418c3a8944366.tar.bz2 scummvm-rg350-d51aa4659bfcd361c0d42bf679e418c3a8944366.zip |
XEEN: Add full game names to detection entries
Diffstat (limited to 'engines')
-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} }; |