diff options
author | Eugene Sandulenko | 2007-07-25 16:00:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-07-25 16:00:23 +0000 |
commit | 3bafb8cd61b7cde3f0b470f28c27675f420e8671 (patch) | |
tree | 2b83d8bd3a07a20a93a3f559253f12d8f794c6cd | |
parent | 3b9286784808f5fbbc2cb1858bbb306c3c5c635c (diff) | |
download | scummvm-rg350-3bafb8cd61b7cde3f0b470f28c27675f420e8671.tar.gz scummvm-rg350-3bafb8cd61b7cde3f0b470f28c27675f420e8671.tar.bz2 scummvm-rg350-3bafb8cd61b7cde3f0b470f28c27675f420e8671.zip |
Add A.J's World of Discovery. Compatibility is perfect.
svn-id: r28191
-rw-r--r-- | engines/gob/detection.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 345c212895..f793dbaca5 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -51,6 +51,7 @@ static const PlainGameDescriptor gobGames[] = { {"gob2cd", "Gobliins 2 CD"}, {"gob3", "Goblins Quest 3"}, {"gob3cd", "Goblins Quest 3 CD"}, + {"ajworld", "A.J's World of Discovery"}, {"bargon", "Bargon Attack"}, {"ween", "Ween: The Prophecy"}, {"woodruff", "The Bizarre Adventures of Woodruff and the Schnibble"}, @@ -814,6 +815,19 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "ajworld", + "", + AD_ENTRY1s("intro.stk", "e453bea7b28a67c930764d945f64d898", 3913628), + EN_ANY, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob2, + kFeaturesNone, + "intro" + }, + { + { "gob3", "", AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084), |