[Scummvm-cvs-logs] scummvm master -> 54f7d9c557e1560170256e89ac9c20a1d6be8640

DrMcCoy drmccoy at drmccoy.de
Sat Jun 16 01:47:11 CEST 2012


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:
54f7d9c557 GOB: Use the full title for Little Red Riding Hood


Commit: 54f7d9c557e1560170256e89ac9c20a1d6be8640
    https://github.com/scummvm/scummvm/commit/54f7d9c557e1560170256e89ac9c20a1d6be8640
Author: Sven Hesse (drmccoy at users.sourceforge.net)
Date: 2012-06-15T16:44:57-07:00

Commit Message:
GOB: Use the full title for Little Red Riding Hood

While the other parts in the series are mostly hard-coded,
they are small, simple and monotone enough that I might just
think about implementing them some day...

Changed paths:
    engines/gob/detection.cpp



diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 17a2ae3..861cc95 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -50,7 +50,7 @@ static const PlainGameDescriptor gobGames[] = {
 	{"gob2cd", "Gobliins 2 CD"},
 	{"ween", "Ween: The Prophecy"},
 	{"bargon", "Bargon Attack"},
-	{"littlered", "Little Red Riding Hood"},
+	{"littlered", "Once Upon A Time: Little Red Riding Hood"},
 	{"ajworld", "A.J's World of Discovery"},
 	{"gob3", "Goblins Quest 3"},
 	{"gob3cd", "Goblins Quest 3 CD"},






More information about the Scummvm-git-logs mailing list