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

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Tue Aug 5 20:17:56 CEST 2008


Revision: 33642
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33642&view=rev
Author:   buddha_
Date:     2008-08-05 18:17:55 +0000 (Tue, 05 Aug 2008)

Log Message:
-----------
Add detection entry for a previously unrecognized 16 color PC version of Operation Stealth (The John Glames variant).

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

Modified: scummvm/trunk/engines/cine/detection.cpp
===================================================================
--- scummvm/trunk/engines/cine/detection.cpp	2008-08-05 16:23:17 UTC (rev 33641)
+++ scummvm/trunk/engines/cine/detection.cpp	2008-08-05 18:17:55 UTC (rev 33642)
@@ -251,9 +251,24 @@
 	},
 
 	{
+		// This is a 16 color PC version (It came on three 720kB 3.5" disks).
+		// The protagonist is named John Glames in this version.
 		{
 			"os",
 			"",
+			AD_ENTRY1("procs1", "9629129b86979fa592c1787385bf3695"),
+			Common::EN_GRB,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GType_OS,
+		0,
+	},
+
+	{
+		{
+			"os",
+			"",
 			AD_ENTRY1("procs1", "d8c3a9d05a63e4cfa801826a7063a126"),
 			Common::EN_USA,
 			Common::kPlatformPC,


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