diff options
author | Arnaud Boutonné | 2009-05-01 07:25:19 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-05-01 07:25:19 +0000 |
commit | 858b72d15e0891baf82c5e854096e4fb2b477b28 (patch) | |
tree | 46907cd28c57ed8ad16922bafb1b2d5b73b23202 | |
parent | 385bf15b513c512c417552fdcddd58f126695fcd (diff) | |
download | scummvm-rg350-858b72d15e0891baf82c5e854096e4fb2b477b28.tar.gz scummvm-rg350-858b72d15e0891baf82c5e854096e4fb2b477b28.tar.bz2 scummvm-rg350-858b72d15e0891baf82c5e854096e4fb2b477b28.zip |
Gob - Add MD5 for Addy 4 basis CD (supposedly used by all Addy 4)
svn-id: r40224
-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 a0e934eb41..133823da81 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2753,6 +2753,20 @@ static const GOBGameDescription gameDescriptions[] = { { { "adibou4", + "Addy 4 Deutsch", + AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588), + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeAdibou4, + kFeatures640, + 0, + 0 + }, + { + { + "adibou4", "ADI 4.21 French", AD_ENTRY1s("intro.stk", "c5b9f6222c0b463f51dab47317c5b687", 5950490), FR_FRA, |