diff options
author | Arnaud Boutonné | 2009-06-15 19:46:00 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-06-15 19:46:00 +0000 |
commit | f2e3ddf72a91f1b4857a74b4c6ee228aa5d6d0d8 (patch) | |
tree | 94df2d642aeb934028ab6b27bee3afd4e46499d6 /engines/gob | |
parent | 0e6a23ab3b94a66ec715932d8f20e060c690ad6c (diff) | |
download | scummvm-rg350-f2e3ddf72a91f1b4857a74b4c6ee228aa5d6d0d8.tar.gz scummvm-rg350-f2e3ddf72a91f1b4857a74b4c6ee228aa5d6d0d8.tar.bz2 scummvm-rg350-f2e3ddf72a91f1b4857a74b4c6ee228aa5d6d0d8.zip |
Add MD5 for Playtoons 4 FR
svn-id: r41556
Diffstat (limited to 'engines/gob')
-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 a4f5d2d1be..28699bb657 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -3241,6 +3241,25 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640, "intro2.stk", 0, 0 }, + + { + { + "manda", + "", + { + {"playtoon.stk", 0, "b7f5afa2dc1b0f75970b7c07d175db1b", 24340406}, + {"manda.stk", 0, "92529e0b927191d9898a34c2892e9a3a", 6485072}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES || GUIO_NOSPEECH + }, + kGameTypePlaytoon, + kFeatures640, + "intro2.stk", 0, 0 + }, { { "wakan", |