diff options
author | Arnaud Boutonné | 2010-01-18 21:29:43 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-18 21:29:43 +0000 |
commit | 7112cfe8a27bb5ae3a693332f26aa246d1c8c3e6 (patch) | |
tree | 04638bcd9378242b491a321746966614e6c93c27 | |
parent | 0fd8008296d03ca7abba5ab6fae0e3c6f80b2797 (diff) | |
download | scummvm-rg350-7112cfe8a27bb5ae3a693332f26aa246d1c8c3e6.tar.gz scummvm-rg350-7112cfe8a27bb5ae3a693332f26aa246d1c8c3e6.tar.bz2 scummvm-rg350-7112cfe8a27bb5ae3a693332f26aa246d1c8c3e6.zip |
Add detection for another french ADI4 environment disk
svn-id: r47361
-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 a6df9d2cd8..4bb0089e2c 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -4302,6 +4302,20 @@ static const GOBGameDescription gameDescriptions[] = { { { "adi4", + "Adi 4.0", + AD_ENTRY1s("intro.stk", "29374c0e3c10b17dd8463b06a55ad093", 6012072), + FR_FRA, + kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + kGameTypeAdi4, + kFeatures640, + 0, 0, 0 + }, + { + { + "adi4", "Adi 4.0 Limited Edition", AD_ENTRY1s("intro.stk", "ebbbc5e28a4adb695535ed989c1b8d66", 5929644), FR_FRA, |