[Scummvm-cvs-logs] scummvm branch-1-8 -> f53b025442eceeaddad1d206ad95c8c4d55e7401

sev- sev at scummvm.org
Mon Mar 28 01:10:25 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:
f53b025442 GOB: Fix Fascination entry, it is DOS, not Amiga version


Commit: f53b025442eceeaddad1d206ad95c8c4d55e7401
    https://github.com/scummvm/scummvm/commit/f53b025442eceeaddad1d206ad95c8c4d55e7401
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-28T01:08:49+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 7c7c9a7..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 --
 






More information about the Scummvm-git-logs mailing list