diff options
author | Arnaud Boutonné | 2009-07-14 13:25:38 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-07-14 13:25:38 +0000 |
commit | c4437fa013af3858f3dcc0f8fb85fbec107ce6ee (patch) | |
tree | 5db0343744ee115434bcc835a9d41dae7e85b593 | |
parent | 66c0c8300354da943690becea166c96cf2ba3539 (diff) | |
download | scummvm-rg350-c4437fa013af3858f3dcc0f8fb85fbec107ce6ee.tar.gz scummvm-rg350-c4437fa013af3858f3dcc0f8fb85fbec107ce6ee.tar.bz2 scummvm-rg350-c4437fa013af3858f3dcc0f8fb85fbec107ce6ee.zip |
Add detection for Playtoons CK 3 (FR)
svn-id: r42476
-rw-r--r-- | engines/gob/detection.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 3827c3635c..e56bc418a2 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -68,6 +68,7 @@ static const PlainGameDescriptor gobGames[] = { {"playtoons5", "Playtoons 5 - The Stone of Wakan"}, {"playtnck1", "Playtoons Construction Kit 1 - Monsters"}, {"playtnck2", "Playtoons Construction Kit 2 - Knights"}, + {"playtnck3", "Playtoons Construction Kit 3 - Far West"}, {"bambou", "Playtoons Limited Edition - Bambou le sauveur de la jungle"}, {"fascination", "Fascination"}, {"geisha", "Geisha"}, @@ -3653,6 +3654,24 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "playtnck3", + "", + { + {"playtoon.stk", 0, "5f9aae29265f1f105ad8ec195dff81de", 68382024}, + {"dan.itk", 0, "9a8f62809eca5a52f429b5b6a8e70f8f", 2861056}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypePlaytnCk, + kFeatures640, + "intro2.stk", 0, 0 + }, + { + { "magicstones", "", { |