[Scummvm-cvs-logs] SF.net SVN: scummvm:[41809] scummvm/trunk/engines/gob/detection.cpp

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Tue Jun 23 17:06:38 CEST 2009


Revision: 41809
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41809&view=rev
Author:   drmccoy
Date:     2009-06-23 15:06:38 +0000 (Tue, 23 Jun 2009)

Log Message:
-----------
Added German Fascination (3 disk version), as supplied by windlepoons in bug report #2809247

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection.cpp

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-06-23 14:06:57 UTC (rev 41808)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-06-23 15:06:38 UTC (rev 41809)
@@ -1725,8 +1725,7 @@
 		kFeaturesAdlib,
 		"intro.stk", 0, 0
 	},
-	//Provided by Sanguine
-	{
+	{ // Supplied by sanguine
 		{
 			"fascination",
 			"VGA 3 disks edition",
@@ -1740,6 +1739,20 @@
 		kFeaturesAdlib,
 		"disk0.stk", 0, 0
 	},
+	{ // Supplied by windlepoons in bug report #2809247
+		{
+			"fascination",
+			"VGA 3 disks edition",
+			AD_ENTRY1s("disk0.stk", "3a24e60a035250189643c86a9ceafb97", 1062480),
+			DE_DEU,
+			kPlatformPC,
+			ADGF_NO_FLAGS,
+			GUIO_NOSUBTITLES || GUIO_NOSPEECH
+		},
+		kGameTypeFascination,
+		kFeaturesAdlib,
+		"disk0.stk", 0, 0
+	},
 	{
 		{
 			"fascination",


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list