From 51905728c3f7ae94b54d5a364289cf266c886fae Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 16 Jun 2011 18:38:19 +1000 Subject: DREAMWEB: Added detection for second CD version --- engines/dreamweb/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/dreamweb') diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 1062b50d6b..f9bc75b298 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -61,6 +61,24 @@ static const DreamWebGameDescription gameDescriptions[] = { GUIO_NONE }, }, + + // Second CD version + { + { + "dreamweb", + "CD", + { + {"dreamweb.r00", 0, "8acafd7f4418d08d0e16b65b8b10bc50", 152983}, + {"dreamweb.r02", 0, "c0c363715ddf14ab54f2379906a3aa01", 198707}, + AD_LISTEND + }, + Common::EN_ANY, + Common::kPlatformPC, + ADGF_CD, + GUIO_NONE + }, + }, + { AD_TABLE_END_MARKER } }; -- cgit v1.2.3