From cc35a7930104330fe67995a8a71faf1acd6a611d Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sat, 17 Jun 2017 22:52:42 +0100 Subject: 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). --- engines/composer/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/composer') 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} }; -- cgit v1.2.3