aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/detection
diff options
context:
space:
mode:
authorEugene Sandulenko2016-03-28 01:08:14 +0200
committerEugene Sandulenko2016-03-28 01:08:14 +0200
commit363f12698480c3f872c78311b7ce166c9973966e (patch)
tree852a4c069a29460719cd243063fde43470cc8388 /engines/gob/detection
parent960d14d79d63e7766e382bf940b49482c0746671 (diff)
downloadscummvm-rg350-363f12698480c3f872c78311b7ce166c9973966e.tar.gz
scummvm-rg350-363f12698480c3f872c78311b7ce166c9973966e.tar.bz2
scummvm-rg350-363f12698480c3f872c78311b7ce166c9973966e.zip
GOB: Fix Fascination entry, it is DOS, not Amiga version
Diffstat (limited to 'engines/gob/detection')
-rw-r--r--engines/gob/detection/tables_fascin.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h
index 85f84a196a..92272e9852 100644
--- a/engines/gob/detection/tables_fascin.h
+++ b/engines/gob/detection/tables_fascin.h
@@ -187,6 +187,20 @@
kFeaturesCD,
"intro.stk", 0, 0
},
+{ // From bug #7069
+ {
+ "fascination",
+ "",
+ AD_ENTRY1s("disk0.stk", "fbf73d7919e1a6752d924eccc14838d7", 190498),
+ ES_ESP,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kGameTypeFascination,
+ kFeaturesNone,
+ "disk0.stk", 0, 0
+},
// -- Amiga --
@@ -246,20 +260,6 @@
kFeaturesNone,
"disk0.stk", 0, 0
},
-{ // From bug #7069
- {
- "fascination",
- "",
- AD_ENTRY1s("disk0.stk", "fbf73d7919e1a6752d924eccc14838d7", 190498),
- ES_ESP,
- kPlatformAmiga,
- ADGF_NO_FLAGS,
- GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
- },
- kGameTypeFascination,
- kFeaturesNone,
- "disk0.stk", 0, 0
-},
// -- Atari ST --