aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2012-07-15 14:41:27 +0300
committerFilippos Karapetis2012-07-15 14:41:27 +0300
commitbd09eb06557514b4e68e6dc915cd71976af677bb (patch)
tree64ca3c0b5f02be6e397a2da7a539ed3e41612499
parent89aa6573fed989131da5e34648f70b0669e39501 (diff)
downloadscummvm-rg350-bd09eb06557514b4e68e6dc915cd71976af677bb.tar.gz
scummvm-rg350-bd09eb06557514b4e68e6dc915cd71976af677bb.tar.bz2
scummvm-rg350-bd09eb06557514b4e68e6dc915cd71976af677bb.zip
TINSEL: Reorder the detection entries to split the DW1 and DW2 entries
-rw-r--r--engines/tinsel/detection_tables.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/engines/tinsel/detection_tables.h b/engines/tinsel/detection_tables.h
index dc3b5f1382..23d8d2242b 100644
--- a/engines/tinsel/detection_tables.h
+++ b/engines/tinsel/detection_tables.h
@@ -535,26 +535,6 @@ 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,
- GUIO1(GUIO_NOASPECT)
- },
- GID_DW2,
- 0,
- GF_CD | GF_SCNFILES,
- TINSEL_V2,
- },
-
{ // Polish fan translaction Discworld 1
{
"dw",
@@ -576,6 +556,26 @@ static const TinselGameDescription gameDescriptions[] = {
TINSEL_V1,
},
+ { // English Discworld 2 demo
+ {
+ "dw2",
+ "Demo",
+ {
+ {"dw2.scn", 0, "853ab998f5136b69bc586991175d6eeb", 4231121},
+ {"english.smp", 0, "b5660a0e031cb4710bcb0ef5629ea61d", 28562357},
+ {NULL, 0, NULL, 0}
+ },
+ Common::EN_ANY,
+ Common::kPlatformPC,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GID_DW2,
+ 0,
+ GF_CD | GF_SCNFILES,
+ TINSEL_V2,
+ },
+
{ // European/Australian Discworld 2 release
{
"dw2",