Skip to content

Commit

Permalink
GOB: Fix Fascination entry, it is DOS, not Amiga version
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Mar 27, 2016
1 parent 960d14d commit 363f126
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions engines/gob/detection/tables_fascin.h
Expand Up @@ -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 --

Expand Down Expand Up @@ -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 --

Expand Down

0 comments on commit 363f126

Please sign in to comment.