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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Mar 14 11:55:52 CET 2009


Revision: 39387
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39387&view=rev
Author:   sev
Date:     2009-03-14 10:55:52 +0000 (Sat, 14 Mar 2009)

Log Message:
-----------
Avoid polluting of global gameid namespace and restore compatibility with
0.13.0

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

Modified: scummvm/trunk/engines/groovie/detection.cpp
===================================================================
--- scummvm/trunk/engines/groovie/detection.cpp	2009-03-14 08:44:14 UTC (rev 39386)
+++ scummvm/trunk/engines/groovie/detection.cpp	2009-03-14 10:55:52 UTC (rev 39387)
@@ -112,7 +112,7 @@
 	// The Making of The 11th Hour DOS English
 	{
 		{
-			"making11h", "",
+			"making11h", "Making Of",
 			AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
 			Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
 		},
@@ -122,7 +122,7 @@
 	// Clandestiny Trailer DOS English
 	{
 		{
-			"clantrailer", "",
+			"clantrailer", "Clandestiny Trailer",
 			AD_ENTRY1s("disk.1", "5c0428cd3659fc7bbcd0aa16485ed5da", 227),
 			Common::EN_ANY, Common::kPlatformPC, ADGF_NO_FLAGS
 		},
@@ -175,11 +175,11 @@
 	// Structure for autoupgrading obsolete targets
 	0,
 	// Name of single gameid (optional)
-	0,
+	"groovie",
 	// List of files for file-based fallback detection (optional)
 	0,
 	// Flags
-	0
+	kADFlagUseExtraAsHint
 };
 
 


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