[Scummvm-cvs-logs] SF.net SVN: scummvm:[52424] scummvm/trunk/engines/gob/detection_tables.h

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Aug 28 14:36:20 CEST 2010


Revision: 52424
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52424&view=rev
Author:   strangerke
Date:     2010-08-28 12:36:19 +0000 (Sat, 28 Aug 2010)

Log Message:
-----------
GOB: Change detection of Fascination CD
At the opposite of the other versions, the real name of the first 
stick file in Fascination CD is intro.stk, not disk0.stk.

Modified Paths:
--------------
    scummvm/trunk/engines/gob/detection_tables.h

Modified: scummvm/trunk/engines/gob/detection_tables.h
===================================================================
--- scummvm/trunk/engines/gob/detection_tables.h	2010-08-28 12:31:19 UTC (rev 52423)
+++ scummvm/trunk/engines/gob/detection_tables.h	2010-08-28 12:36:19 UTC (rev 52424)
@@ -2269,7 +2269,7 @@
 	{
 		{
 			"fascination",
-			"VGA 3 disks edition",
+			"Hebrew edition (censored)",
 			AD_ENTRY1s("intro.stk", "d6e45ce548598727e2b5587a99718eba", 1055909),
 			HE_ISR,
 			kPlatformPC,
@@ -2382,7 +2382,7 @@
 		{
 			"fascination",
 			"CD Version (Censored)",
-			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			AD_ENTRY1s("intro.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
 			EN_ANY,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2390,13 +2390,13 @@
 		},
 		kGameTypeFascination,
 		kFeaturesCD,
-		"disk0.stk", 0, 0
+		"intro.stk", 0, 0
 	},
 	{
 		{
 			"fascination",
 			"CD Version (Censored)",
-			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			AD_ENTRY1s("intro.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
 			FR_FRA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2404,13 +2404,13 @@
 		},
 		kGameTypeFascination,
 		kFeaturesCD,
-		"disk0.stk", 0, 0
+		"intro.stk", 0, 0
 	},
 	{
 		{
 			"fascination",
 			"CD Version (Censored)",
-			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			AD_ENTRY1s("intro.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
 			DE_DEU,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2418,13 +2418,13 @@
 		},
 		kGameTypeFascination,
 		kFeaturesCD,
-		"disk0.stk", 0, 0
+		"intro.stk", 0, 0
 	},
 	{
 		{
 			"fascination",
 			"CD Version (Censored)",
-			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			AD_ENTRY1s("intro.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
 			IT_ITA,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2432,13 +2432,13 @@
 		},
 		kGameTypeFascination,
 		kFeaturesCD,
-		"disk0.stk", 0, 0
+		"intro.stk", 0, 0
 	},
 	{
 		{
 			"fascination",
 			"CD Version (Censored)",
-			AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
+			AD_ENTRY1s("intro.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
 			ES_ESP,
 			kPlatformPC,
 			ADGF_NO_FLAGS,
@@ -2446,7 +2446,7 @@
 		},
 		kGameTypeFascination,
 		kFeaturesCD,
-		"disk0.stk", 0, 0
+		"intro.stk", 0, 0
 	},
 	{
 		{


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