diff options
author | Thierry Crozat | 2017-06-17 22:52:42 +0100 |
---|---|---|
committer | Thierry Crozat | 2017-06-17 22:52:59 +0100 |
commit | cc35a7930104330fe67995a8a71faf1acd6a611d (patch) | |
tree | 9309d6bb04e69fed12eba0fd4b5d54d04a0754f3 /engines/composer | |
parent | 21f30b83d2350bf734300a3c770b0cd5f4462058 (diff) | |
download | scummvm-rg350-cc35a7930104330fe67995a8a71faf1acd6a611d.tar.gz scummvm-rg350-cc35a7930104330fe67995a8a71faf1acd6a611d.tar.bz2 scummvm-rg350-cc35a7930104330fe67995a8a71faf1acd6a611d.zip |
COMPOSER: Use Magic Tales prefix for two more game names
This is done for consistency so that all the games in the Magic Tales
series are named in a consistent way. This is also how they are named
on the wiki (and on amazon).
Diffstat (limited to 'engines/composer')
-rw-r--r-- | engines/composer/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp index 8de3b33134..9cf2fd27b8 100644 --- a/engines/composer/detection.cpp +++ b/engines/composer/detection.cpp @@ -62,8 +62,8 @@ static const PlainGameDescriptor composerGames[] = { {"imoking", "Magic Tales: Imo and the King"}, {"liam", "Magic Tales: Liam Finds a Story"}, {"littlesamurai", "Magic Tales: The Little Samurai"}, - {"princess", "The Princess and the Crab"}, - {"sleepingcub", "Sleeping Cub's Test of Courage"}, + {"princess", "Magic Tales: The Princess and the Crab"}, + {"sleepingcub", "Magic Tales: Sleeping Cub's Test of Courage"}, {0, 0} }; |