diff options
author | Arnaud Boutonné | 2009-05-08 21:25:56 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-05-08 21:25:56 +0000 |
commit | b0b25acf9619d8dae39fa5df5dbc9c9ae88b876f (patch) | |
tree | 429a513cdcf21adc55a384d688c5918374e24841 /engines/gob | |
parent | 0821784514940cacd8c3926ba14c98fced54179f (diff) | |
download | scummvm-rg350-b0b25acf9619d8dae39fa5df5dbc9c9ae88b876f.tar.gz scummvm-rg350-b0b25acf9619d8dae39fa5df5dbc9c9ae88b876f.tar.bz2 scummvm-rg350-b0b25acf9619d8dae39fa5df5dbc9c9ae88b876f.zip |
Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK)
svn-id: r40393
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index afa17d5142..415d6f4564 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2997,6 +2997,24 @@ static const GOBGameDescription gameDescriptions[] = { "", "" }, + { + { + "adibouunknown", + "Dis-moi Adi : Anglais primaire 7-11 ans (PAK/??\?)", + { + {"adi_exerciser.pak", 0, "a2d7dec00cd5a6e2f2b8bfc225df490e", 136669275}, + {"adi_texts.pak", 0, "eb09da3d13770c34bf77e4f94744d5f5", 10616}, + {NULL, 0, NULL, 0} + }, + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS + }, + kGameTypeAdibouUnknown, + kFeaturesNone, + "", + "" + }, { AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0 } }; |