diff options
author | Eugene Sandulenko | 2016-03-28 01:08:14 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-03-28 01:08:14 +0200 |
commit | 363f12698480c3f872c78311b7ce166c9973966e (patch) | |
tree | 852a4c069a29460719cd243063fde43470cc8388 /engines/gob | |
parent | 960d14d79d63e7766e382bf940b49482c0746671 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/gob/detection/tables_fascin.h | 28 |
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 -- |