diff options
author | Eugene Sandulenko | 2016-03-27 14:32:05 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-27 14:33:03 +0200 |
commit | dc0b8679f91df47b3f6089272188ee7a9ec7c656 (patch) | |
tree | 67fea652ccee35959287600936f613e05c1a8520 | |
parent | 1b42aae040f0b9d327714c3cdeb0f108c77d459b (diff) | |
download | scummvm-rg350-dc0b8679f91df47b3f6089272188ee7a9ec7c656.tar.gz scummvm-rg350-dc0b8679f91df47b3f6089272188ee7a9ec7c656.tar.bz2 scummvm-rg350-dc0b8679f91df47b3f6089272188ee7a9ec7c656.zip |
DREAMWEB: Added detection for Czech version. Bug #7078
-rw-r--r-- | engines/dreamweb/detection_tables.h | 19 |
1 files changed, 19 insertions, 0 deletions
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 } }; |