[Scummvm-cvs-logs] SF.net SVN: scummvm: [30040] scummvm/branches/branch-0-11-0/engines/cine/ detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Dec 28 08:49:51 CET 2007


Revision: 30040
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30040&view=rev
Author:   sev
Date:     2007-12-27 23:49:51 -0800 (Thu, 27 Dec 2007)

Log Message:
-----------
Disable Operation Stealth detection for the release

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/cine/detection.cpp

Modified: scummvm/branches/branch-0-11-0/engines/cine/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/cine/detection.cpp	2007-12-28 07:49:36 UTC (rev 30039)
+++ scummvm/branches/branch-0-11-0/engines/cine/detection.cpp	2007-12-28 07:49:51 UTC (rev 30040)
@@ -50,13 +50,13 @@
 static const PlainGameDescriptor cineGames[] = {
 	{"cine", "Cinematique evo.1 engine game"},
 	{"fw", "Future Wars"},
-	{"os", "Operation Stealth"},
+	//{"os", "Operation Stealth"},
 	{0, 0}
 };
 
 static const Common::ADObsoleteGameID obsoleteGameIDsTable[] = {
 	{"fw", "cine", Common::kPlatformUnknown},
-	{"os", "cine", Common::kPlatformUnknown},
+	//{"os", "cine", Common::kPlatformUnknown},
 	{0, 0, Common::kPlatformUnknown}
 };
 
@@ -236,7 +236,7 @@
 		GType_FW,
 		0,
 	},
-
+#if 0
 	{
 		{
 			"os",
@@ -461,7 +461,7 @@
 		GType_OS,
 		0,
 	},
-
+#endif
 	{ AD_TABLE_END_MARKER, 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