From dc0b8679f91df47b3f6089272188ee7a9ec7c656 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 27 Mar 2016 14:32:05 +0200 Subject: DREAMWEB: Added detection for Czech version. Bug #7078 --- engines/dreamweb/detection_tables.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'engines') diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index cb9bebb304..9ba9a6e79b 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -244,6 +244,25 @@ static const DreamWebGameDescription gameDescriptions[] = { }, }, + // Czech fan-made translation + { + { + "dreamweb", + "CD", + { + {"dreamweb.r00", 0, "3b5c87717fc40cc5a5ae19c155662ee3", 152918}, + {"dreamweb.r02", 0, "28458718167a040d7e988cf7d2298eae", 210466}, + {"dreamweb.exe", 0, "40cc15bdc8fa3a785b5fd1ecd6194119", 65440}, + AD_LISTEND + }, + Common::CZ_CZE, + Common::kPlatformDOS, + ADGF_CD, + GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE) + }, + }, + + { AD_TABLE_END_MARKER } }; -- cgit v1.2.3