diff options
author | Sven Hesse | 2012-06-16 15:06:07 +0200 |
---|---|---|
committer | Sven Hesse | 2012-06-16 15:06:07 +0200 |
commit | 3d7c6a2710e7d8ba1dfc86afe09f94dbf874b99a (patch) | |
tree | 42e5817ced1034716c7f0a788ee528db91459b3e | |
parent | 5230a0d61795e2855625a43d60dc3bc2ed83fc3d (diff) | |
download | scummvm-rg350-3d7c6a2710e7d8ba1dfc86afe09f94dbf874b99a.tar.gz scummvm-rg350-3d7c6a2710e7d8ba1dfc86afe09f94dbf874b99a.tar.bz2 scummvm-rg350-3d7c6a2710e7d8ba1dfc86afe09f94dbf874b99a.zip |
GOB: Correct the name of A.J.'s World of Discovery
-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 861cc95d41..18baffa3fa 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -51,7 +51,7 @@ static const PlainGameDescriptor gobGames[] = { {"ween", "Ween: The Prophecy"}, {"bargon", "Bargon Attack"}, {"littlered", "Once Upon A Time: Little Red Riding Hood"}, - {"ajworld", "A.J's World of Discovery"}, + {"ajworld", "A.J.'s World of Discovery"}, {"gob3", "Goblins Quest 3"}, {"gob3cd", "Goblins Quest 3 CD"}, {"lit1", "Lost in Time Part 1"}, |