diff options
author | Arnaud Boutonné | 2010-03-16 19:59:12 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-03-16 19:59:12 +0000 |
commit | 072e3806f1ec1668cac662e4dac81f4d8493cb0d (patch) | |
tree | 05ddc8128532bc09c581652431f886077786dd5d /engines | |
parent | 1242a4eb8c4f8c1cd5d3715bf2ecbc63c72f46db (diff) | |
download | scummvm-rg350-072e3806f1ec1668cac662e4dac81f4d8493cb0d.tar.gz scummvm-rg350-072e3806f1ec1668cac662e4dac81f4d8493cb0d.tar.bz2 scummvm-rg350-072e3806f1ec1668cac662e4dac81f4d8493cb0d.zip |
Add detection for Adiboo 2.14. Specify the exact version of a Adi 4.0
svn-id: r48273
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 31 |
1 files changed, 22 insertions, 9 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 4cb5204825..a238b2f0eb 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -4324,13 +4324,12 @@ static const GOBGameDescription gameDescriptions[] = { kFeatures640 | kFeaturesSCNDemo, 0, 0, 1 }, - { { "adi4", - "", - AD_ENTRY1s("intro.stk", "a3c35d19b2d28ea261d96321d208cb5a", 6021466), - FR_FRA, + "Addy 4 Grundschule Basis CD", + AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588), + DE_DEU, kPlatformPC, ADGF_NO_FLAGS, GUIO_NONE @@ -4342,8 +4341,8 @@ static const GOBGameDescription gameDescriptions[] = { { { "adi4", - "Addy 4 Grundschule Basis CD", - AD_ENTRY1s("intro.stk", "d2f0fb8909e396328dc85c0e29131ba8", 5847588), + "Addy 4 Sekundarstufe Basis CD", + AD_ENTRY1s("intro.stk", "367340e59c461b4fa36651cd74e32c4e", 5847378), DE_DEU, kPlatformPC, ADGF_NO_FLAGS, @@ -4356,9 +4355,9 @@ static const GOBGameDescription gameDescriptions[] = { { { "adi4", - "Addy 4 Sekundarstufe Basis CD", - AD_ENTRY1s("intro.stk", "367340e59c461b4fa36651cd74e32c4e", 5847378), - DE_DEU, + "Adi 4.0", + AD_ENTRY1s("intro.stk", "a3c35d19b2d28ea261d96321d208cb5a", 6021466), + FR_FRA, kPlatformPC, ADGF_NO_FLAGS, GUIO_NONE @@ -4661,6 +4660,20 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, 0, 0, 0 }, + { + { + "adibou2", + "ADIBOO 2.14 Environnement", + AD_ENTRY1s("intro.stk", "ff63637e3cb7f0a457edf79457b1c6b3", 9333874), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + kGameTypeAdibou2, + kFeaturesNone, + 0, 0, 0 + }, { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0} }; |