From 9a0c20a45fe18f13d02f31c0201248521df8d8a5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Dec 2010 18:00:18 +0000 Subject: TINSEL: Improve support for DW mac demo (see bug #3110936) svn-id: r54811 --- engines/tinsel/detection_tables.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'engines/tinsel/detection_tables.h') diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h index 2a523470cc..6894cd0c47 100644 --- a/engines/tinsel/detection_tables.h +++ b/engines/tinsel/detection_tables.h @@ -78,12 +78,13 @@ static const TinselGameDescription gameDescriptions[] = { TINSEL_V1, }, #if 0 - { // Macintosh CD Demo V1 version, with *.scn files + { // Macintosh CD Demo V1 version, with *.scn files, see tracker #3110936 { "dw", "CD Demo", { - {"dw.scn", 0, "ae291aa4ed7f7caacbfb711b6ff2c8bd", 1286264}, + {"dw.scn", 0, "cfc40a8d5d476a1c9d3abf826fa46f8c", 1272686}, + {"english.txt", 0, "c69b5d2067e9114a63569a61e9a82faa", 228878}, {"english.smp", 0, NULL, -1}, }, Common::EN_ANY, @@ -93,7 +94,7 @@ static const TinselGameDescription gameDescriptions[] = { }, GID_DW1, 0, - GF_CD | GF_BIG_ENDIAN, + GF_CD | GF_SCNFILES | GF_BIG_ENDIAN, TINSEL_V1, }, #endif -- cgit v1.2.3