diff options
author | Arnaud Boutonné | 2009-11-14 14:02:53 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-11-14 14:02:53 +0000 |
commit | 1de89723fd07183a07a29e0d26efddf174529b1f (patch) | |
tree | 07435dd27edce635971eb39929c9e22e17c43fe5 /engines/gob | |
parent | 81762edf338be5394120787696d9af61a00a0f9d (diff) | |
download | scummvm-rg350-1de89723fd07183a07a29e0d26efddf174529b1f.tar.gz scummvm-rg350-1de89723fd07183a07a29e0d26efddf174529b1f.tar.bz2 scummvm-rg350-1de89723fd07183a07a29e0d26efddf174529b1f.zip |
gob - Add MD5s of english Adi 4.10 and german Adi 2.6
svn-id: r45899
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 31 |
1 files changed, 30 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 6a13114b5b..b45cc36ffa 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -4028,6 +4028,20 @@ static const GOBGameDescription gameDescriptions[] = { { { "adi2", + "Adi 2.6", + AD_ENTRY1s("adi2.stk", "fde7d98a67dbf859423b6473796e932a", 18044780), + DE_DEU, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + kGameTypeAdi2, + kFeatures640, + "adi2.stk", "ediintro.tot", 0 + }, + { + { + "adi2", "ADI 2", AD_ENTRY1s("adi2.stk", "2a40bb48ccbd4e6fb3f7f0fc2f069d80", 17720132), ES_ESP, @@ -4094,7 +4108,22 @@ static const GOBGameDescription gameDescriptions[] = { kGameTypeAdibou4, kFeaturesNone, 0, 0, 0 - }, { + }, + { + { + "adibou4", + "ADI 4.10 English", + AD_ENTRY1s("intro.stk", "3e3fa9656e37d802027635ace88c4cc5", 5359144), + EN_GRB, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + kGameTypeAdibou4, + kFeaturesNone, + 0, 0, 0 + }, + { { "adibouunknown", "", |