[Scummvm-cvs-logs] scummvm master -> 363f12698480c3f872c78311b7ce166c9973966e

sev- sev at scummvm.org
Mon Mar 28 01:10:28 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

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


Commit: 363f12698480c3f872c78311b7ce166c9973966e
    https://github.com/scummvm/scummvm/commit/363f12698480c3f872c78311b7ce166c9973966e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T01:08:14+02:00

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

Changed paths:
    engines/gob/detection/tables_fascin.h



diff --git a/engines/gob/detection/tables_fascin.h b/engines/gob/detection/tables_fascin.h
index 85f84a1..92272e9 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 --
 






More information about the Scummvm-git-logs mailing list