[Scummvm-cvs-logs] SF.net SVN: scummvm: [27421] scummvm/branches/branch-0-10-0/engines

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 15 18:38:15 CEST 2007


Revision: 27421
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27421&view=rev
Author:   thebluegr
Date:     2007-06-15 09:38:05 -0700 (Fri, 15 Jun 2007)

Log Message:
-----------
Disable IHNM (I have no mouth, and I must scream) and OS (Operation Stealth) in the 0.10.0 branch, as they're not stable yet

Modified Paths:
--------------
    scummvm/branches/branch-0-10-0/engines/cine/detection.cpp
    scummvm/branches/branch-0-10-0/engines/saga/detection_tables.h

Modified: scummvm/branches/branch-0-10-0/engines/cine/detection.cpp
===================================================================
--- scummvm/branches/branch-0-10-0/engines/cine/detection.cpp	2007-06-15 16:34:20 UTC (rev 27420)
+++ scummvm/branches/branch-0-10-0/engines/cine/detection.cpp	2007-06-15 16:38:05 UTC (rev 27421)
@@ -235,7 +235,7 @@
 		GType_FW,
 		0,
 	},
-
+#if 0
 	{
 		{
 			"os",
@@ -460,7 +460,7 @@
 		GType_OS,
 		0,
 	},
-
+#endif
 	{ AD_TABLE_END_MARKER, 0, 0 }
 };
 

Modified: scummvm/branches/branch-0-10-0/engines/saga/detection_tables.h
===================================================================
--- scummvm/branches/branch-0-10-0/engines/saga/detection_tables.h	2007-06-15 16:34:20 UTC (rev 27420)
+++ scummvm/branches/branch-0-10-0/engines/saga/detection_tables.h	2007-06-15 16:38:05 UTC (rev 27421)
@@ -965,7 +965,7 @@
 		0,
 		NULL,
 	},
-
+#if 0
 	// I Have No Mouth And I Must Scream - Demo version
 	{
 		{
@@ -1190,6 +1190,7 @@
 		0,
 		NULL,
 	},
+#endif
 	{ AD_TABLE_END_MARKER, 0, 0, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 0, NULL }
 };
 


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