aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/detection_tables.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-02-21 22:44:13 +0100
committerEugene Sandulenko2018-02-21 22:44:13 +0100
commit8809149b3c25ce330c919527421307a21cc0d66f (patch)
tree263d9e292207847a80d954330b32b1136f993cd5 /engines/dreamweb/detection_tables.h
parent59905eee0d13856837cec17d9df897e18858c30d (diff)
downloadscummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.tar.gz
scummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.tar.bz2
scummvm-rg350-8809149b3c25ce330c919527421307a21cc0d66f.zip
DREAMWEB: Added detection for Russian fan-made translation
Diffstat (limited to 'engines/dreamweb/detection_tables.h')
-rw-r--r--engines/dreamweb/detection_tables.h18
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 }
};