diff options
author | Vladimir Menshakov | 2011-06-14 22:51:56 +0400 |
---|---|---|
committer | Alyssa Milburn | 2011-06-15 17:35:00 +0200 |
commit | 7d93f81aba271fea54bc739870d82d822ad5d363 (patch) | |
tree | ebf17e50a9dfd8fd42f08539daf887894e4e1b8f /engines | |
parent | cf942d930884be0c71f654403a15065385d61eb3 (diff) | |
download | scummvm-rg350-7d93f81aba271fea54bc739870d82d822ad5d363.tar.gz scummvm-rg350-7d93f81aba271fea54bc739870d82d822ad5d363.tar.bz2 scummvm-rg350-7d93f81aba271fea54bc739870d82d822ad5d363.zip |
DREAMWEB: added detection of the cd version
Diffstat (limited to 'engines')
-rw-r--r-- | engines/dreamweb/detection_tables.h | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 394236a72a..1062b50d6b 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -35,14 +35,32 @@ static const DreamWebGameDescription gameDescriptions[] = { { "dreamweb", "", - AD_ENTRY1s("dreamweb.r00", "3b5c87717fc40cc5a5ae19c155662ee3", 152918), + { + {"dreamweb.r00", 0, "3b5c87717fc40cc5a5ae19c155662ee3", 152918}, + {"dreamweb.r02", 0, "28458718167a040d7e988cf7d2298eae", 210466}, + AD_LISTEND + }, Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS, GUIO_NONE }, }, - + { + { + "dreamweb", + "CD", + { + {"dreamweb.r00", 0, "3b5c87717fc40cc5a5ae19c155662ee3", 152918}, + {"dreamweb.r02", 0, "d6fe5e3590ec1eea42ff65c10b023e0f", 198681}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformPC, + ADGF_CD, + GUIO_NONE + }, + }, { AD_TABLE_END_MARKER } }; |