mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
GOB: Fix Fascination entry, it is DOS, not Amiga version
This commit is contained in:
parent
960d14d79d
commit
363f126984
@ -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 --
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user