[Scummvm-git-logs] scummvm master -> cc35a7930104330fe67995a8a71faf1acd6a611d

criezy criezy at scummvm.org
Sat Jun 17 23:56:38 CEST 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cc35a79301 COMPOSER: Use Magic Tales prefix for two more game names


Commit: cc35a7930104330fe67995a8a71faf1acd6a611d
    https://github.com/scummvm/scummvm/commit/cc35a7930104330fe67995a8a71faf1acd6a611d
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2017-06-17T22:52:59+01:00

Commit Message:
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).

Changed paths:
    engines/composer/detection.cpp


diff --git a/engines/composer/detection.cpp b/engines/composer/detection.cpp
index 8de3b33..9cf2fd2 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}
 };
 





More information about the Scummvm-git-logs mailing list