diff options
author | Eugene Sandulenko | 2018-02-21 22:44:13 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2018-02-21 22:44:13 +0100 |
commit | 8809149b3c25ce330c919527421307a21cc0d66f (patch) | |
tree | 263d9e292207847a80d954330b32b1136f993cd5 | |
parent | 59905eee0d13856837cec17d9df897e18858c30d (diff) | |
download | scummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.tar.gz scummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.tar.bz2 scummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.zip |
DREAMWEB: Added detection for Russian fan-made translation
-rw-r--r-- | engines/dreamweb/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/dreamweb/detection_tables.h b/engines/dreamweb/detection_tables.h index fdffb689f1..d7bb46d33d 100644 --- a/engines/dreamweb/detection_tables.h +++ b/engines/dreamweb/detection_tables.h @@ -281,6 +281,24 @@ static const DreamWebGameDescription gameDescriptions[] = { }, }, + // Russian fan-made translation + { + { + "dreamweb", + "CD", + { + {"dreamweb.r00", 0, "b457b515f1042d345c07e4e58a7ef792", 151975}, + {"dreamweb.r02", 0, "eebf681cef5a06ee12a2630512c5eb83", 197091}, + {"dreamweb.exe", 0, "9386c192d3bdce2ef4de2135c29fa66d", 65370}, + AD_LISTEND + }, + Common::RU_RUS, + Common::kPlatformDOS, + ADGF_CD, + GUIO2(GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_BRIGHTPALETTE) + }, + }, + { AD_TABLE_END_MARKER } }; |