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

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Fri Dec 28 13:36:07 CET 2007


Revision: 30058
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30058&view=rev
Author:   peres001
Date:     2007-12-28 04:36:06 -0800 (Fri, 28 Dec 2007)

Log Message:
-----------
Disabled detection for Big Red Adventure.

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

Modified: scummvm/branches/branch-0-11-0/engines/parallaction/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/parallaction/detection.cpp	2007-12-28 12:18:20 UTC (rev 30057)
+++ scummvm/branches/branch-0-11-0/engines/parallaction/detection.cpp	2007-12-28 12:36:06 UTC (rev 30058)
@@ -48,7 +48,7 @@
 static const PlainGameDescriptor parallactionGames[] = {
 	{"parallaction", "Parallaction engine game"},
 	{"nippon", "Nippon Safes Inc."},
-	{"bra", "The Big Red Adventure"},
+//	{"bra", "The Big Red Adventure"},
 	{0, 0}
 };
 
@@ -139,7 +139,7 @@
 		GType_Nippon,
 		GF_LANG_IT,
 	},
-
+#if 0
 	{
 		{
 			"bra",
@@ -156,8 +156,8 @@
 		GType_BRA,
 		GF_LANG_EN | GF_LANG_FR | GF_LANG_DE | GF_LANG_IT | GF_LANG_MULT
 	},
+#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