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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Wed May 6 17:37:41 CEST 2009


Revision: 40362
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40362&view=rev
Author:   strangerke
Date:     2009-05-06 15:37:41 +0000 (Wed, 06 May 2009)

Log Message:
-----------
Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy for fixing my error in previous version)

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

Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp	2009-05-06 14:22:13 UTC (rev 40361)
+++ scummvm/trunk/engines/gob/detection.cpp	2009-05-06 15:37:41 UTC (rev 40362)
@@ -1546,7 +1546,7 @@
 			ADGF_NO_FLAGS,
 		},
 		kGameTypeFascination,
-		kFeaturesNone,
+		kFeaturesAdlib,
 		"disk0.stk",
 		0
 	},
@@ -1561,7 +1561,7 @@
 			ADGF_NO_FLAGS,
 		},
 		kGameTypeFascination,
-		kFeaturesNone,
+		kFeaturesAdlib,
 		"disk0.stk",
 		0
 	},
@@ -1575,7 +1575,7 @@
 			ADGF_NO_FLAGS,
 		},
 		kGameTypeFascination,
-		kFeaturesNone,
+		kFeaturesAdlib,
 		"disk0.stk",
 		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