From 8966d4f8fc5dad6715973e392371c191cce5310d Mon Sep 17 00:00:00 2001 From: Dario Scarpa Date: Tue, 7 Feb 2017 23:22:58 +0100 Subject: DREAMWEB: fixed detection of Italian CD release The Italian CD release of Dreamweb (available on https://www.scummvm.org/games/) was not properly detected (the floppy version was detected, so speech stayed disabled). Added a proper entry to fix the issue. --- engines/dreamweb/detection_tables.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/dreamweb/detection_tables.h') diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index 0a59543c51..fdffb689f1 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -244,6 +244,24 @@ static const DreamWebGameDescription gameDescriptions[] = { }, }, + // Italian CD release + { + { + "dreamweb", + "CD", + { + {"dreamweb.exe", 0, "44d1708535cdb863b9cca372ad0b05dd", 65370}, + {"dreamweb.r00", 0, "66dcab08354232f423c590156335f819", 155448}, + {"dreamweb.r02", 0, "87a026e9f80ed4f94169381f871ee305", 199676}, + AD_LISTEND + }, + Common::IT_ITA, + Common::kPlatformDOS, + ADGF_CD, + GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE) + }, + }, + // Czech fan-made translation // From bug #7078 { -- cgit v1.2.3