aboutsummaryrefslogtreecommitdiff
path: root/engines/composer
diff options
context:
space:
mode:
authorThierry Crozat2017-06-17 22:52:42 +0100
committerThierry Crozat2017-06-17 22:52:59 +0100
commitcc35a7930104330fe67995a8a71faf1acd6a611d (patch)
tree9309d6bb04e69fed12eba0fd4b5d54d04a0754f3 /engines/composer
parent21f30b83d2350bf734300a3c770b0cd5f4462058 (diff)
downloadscummvm-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.cpp4
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}
};