From 363f12698480c3f872c78311b7ce166c9973966e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 28 Mar 2016 01:08:14 +0200 Subject: GOB: Fix Fascination entry, it is DOS, not Amiga version --- engines/gob/detection/tables_fascin.h | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'engines/gob/detection') 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 -- -- cgit v1.2.3