diff options
author | Sven Hesse | 2012-06-16 01:44:57 +0200 |
---|---|---|
committer | Sven Hesse | 2012-06-16 01:44:57 +0200 |
commit | 54f7d9c557e1560170256e89ac9c20a1d6be8640 (patch) | |
tree | d66ad60c62e70fd95ea06aedd53a3fdcc22e6dbb | |
parent | 1666d9da824c7e217fba19bcd694cc878b3d65bb (diff) | |
download | scummvm-rg350-54f7d9c557e1560170256e89ac9c20a1d6be8640.tar.gz scummvm-rg350-54f7d9c557e1560170256e89ac9c20a1d6be8640.tar.bz2 scummvm-rg350-54f7d9c557e1560170256e89ac9c20a1d6be8640.zip |
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...
-rw-r--r-- | engines/gob/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 17a2ae3da8..861cc95d41 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"}, |