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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Sun Oct 11 07:15:48 CEST 2009


Revision: 44891
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44891&view=rev
Author:   eriktorbjorn
Date:     2009-10-11 05:15:47 +0000 (Sun, 11 Oct 2009)

Log Message:
-----------
Disabled Operation Stealth, since it's an unsupported game. Updated the engine
copyright string accordingly.

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

Modified: scummvm/branches/branch-1-0-0/engines/cine/detection.cpp
===================================================================
--- scummvm/branches/branch-1-0-0/engines/cine/detection.cpp	2009-10-11 03:40:11 UTC (rev 44890)
+++ scummvm/branches/branch-1-0-0/engines/cine/detection.cpp	2009-10-11 05:15:47 UTC (rev 44891)
@@ -288,6 +288,7 @@
 		0,
 	},
 
+#if 0
 	{
 		{
 			"os",
@@ -545,6 +546,7 @@
 		GType_OS,
 		0,
 	},
+#endif
 
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
@@ -581,7 +583,11 @@
 	}
 
 	virtual const char *getOriginalCopyright() const {
+#if 0
 		return "Future Wars & Operation Stealth (C) Delphine Software";
+#else
+		return "Future Wars (C) Delphine Software";
+#endif
 	}
 
 	virtual bool createInstance(OSystem *syst, Engine **engine, const ADGameDescription *desc) const;


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