GOB: Fix Fascination entry, it is DOS, not Amiga version

This commit is contained in:
Eugene Sandulenko 2016-03-28 01:08:14 +02:00
parent 960d14d79d
commit 363f126984

View File

@ -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 --