aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Gilbert2010-10-22 21:07:28 +0000
committerPaul Gilbert2010-10-22 21:07:28 +0000
commit9e9739c074420b2d3c080b91e25d52f121e14140 (patch)
tree2d2eae71c2463300c881f88e4754b24c125ec790
parent66e3815963564b1070bad56e25e2f9fb5e2a039e (diff)
downloadscummvm-rg350-9e9739c074420b2d3c080b91e25d52f121e14140.tar.gz
scummvm-rg350-9e9739c074420b2d3c080b91e25d52f121e14140.tar.bz2
scummvm-rg350-9e9739c074420b2d3c080b91e25d52f121e14140.zip
TINSEL: Added detection entry for DW2 Demo
svn-id: r53707
-rw-r--r--engines/tinsel/detection_tables.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index a2a32d2e13..f1a38d53c8 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -419,6 +419,26 @@ static const TinselGameDescription gameDescriptions[] = {
TINSEL_V1,
},
+ { // English DW2 demo
+ {
+ "dw2",
+ "Demo",
+ {
+ {"dw2.scn", 0, "853ab998f5136b69bc586991175d6eeb", 4231121},
+ {"english.smp", 0, "b5660a0e031cb4710bcb0ef5629ea61d", 28562357},
+ {NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_DEMO,
+ GUIO_NONE
+ },
+ GID_DW2,
+ 0,
+ GF_CD | GF_SCNFILES | GF_DEMO,
+ TINSEL_V2,
+ },
+
{ // European/Australian Discworld 2 release
{
"dw2",