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

drmccoy at users.sourceforge.net drmccoy at users.sourceforge.net
Wed Jul 25 02:01:31 CEST 2007


Revision: 28187
          http://scummvm.svn.sourceforge.net/scummvm/?rev=28187&view=rev
Author:   drmccoy
Date:     2007-07-24 17:01:31 -0700 (Tue, 24 Jul 2007)

Log Message:
-----------
- Removed Adlib from Woodruff's freatures
- Added a fallback for Woodruff

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2007-07-24 23:42:07 UTC (rev 28186)
+++ scummvm/trunk/engines/gob/detection.cpp	2007-07-25 00:01:31 UTC (rev 28187)
@@ -1085,7 +1085,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		kGameTypeWoodruff,
-		kFeatures640 | kFeaturesAdlib,
+		kFeatures640,
 		"intro"
 	},
 	{
@@ -1098,7 +1098,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		kGameTypeWoodruff,
-		kFeatures640 | kFeaturesAdlib,
+		kFeatures640,
 		"intro"
 	},
 	{
@@ -1111,7 +1111,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		kGameTypeWoodruff,
-		kFeatures640 | kFeaturesAdlib,
+		kFeatures640,
 		"intro"
 	},
 	{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, NULL }
@@ -1209,6 +1209,19 @@
 		kFeaturesCD,
 		"intro"
 	},
+	{
+		{
+			"woodruff",
+			"unknown",
+			AD_ENTRY1(0, 0),
+			UNK_LANG,
+			kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		kGameTypeWoodruff,
+		kFeatures640,
+		"intro"
+	},
 };
 
 static const ADFileBasedFallback fileBased[] = {
@@ -1220,6 +1233,7 @@
 	{ &fallbackDescs[4], { "intro.stk", "scaa.imd", "scba.imd", "scbf.imd", 0 } },
 	{ &fallbackDescs[5], { "intro.stk", "imd.itk", 0 } },
 	{ &fallbackDescs[6], { "intro.stk", "mus_gob3.lic", 0 } },
+	{ &fallbackDescs[7], { "intro.stk", "woodruff.itk", 0 } },
 	{ 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