From 84569c47920f3d51c538b5d1525a20ef0bdf79fd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 28 Dec 2009 06:24:06 +0000 Subject: Added MD5 data for Russian Discworld 1 svn-id: r46667 --- engines/tinsel/detection.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'engines') diff --git a/engines/tinsel/detection.cpp b/engines/tinsel/detection.cpp index e4ee52247e..191c843ce3 100644 --- a/engines/tinsel/detection.cpp +++ b/engines/tinsel/detection.cpp @@ -427,6 +427,27 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, + { // Russian Discworld 1 + { + "dw", + "CD", + { + {"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1265532}, + {"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 230326}, + {"english.smp", 0, NULL, -1}, + {NULL, 0, NULL, 0} + }, + Common::RU_RUS, + Common::kPlatformPC, + ADGF_NO_FLAGS, + GUIO_NONE + }, + GID_DW1, + 0, + GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT, + TINSEL_V1, + }, + { // European/Australian Discworld 2 release { "dw2", -- cgit v1.2.3