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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Feb 24 16:24:39 CET 2007


Revision: 25822
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25822&view=rev
Author:   sev
Date:     2007-02-24 07:24:38 -0800 (Sat, 24 Feb 2007)

Log Message:
-----------
Use AGDS feature for specifying demos

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

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2007-02-24 14:49:08 UTC (rev 25821)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2007-02-24 15:24:38 UTC (rev 25822)
@@ -79,7 +79,7 @@
 	{
 		{
 			"nippon",
-			"Demo",
+			"",
 			{
 				{ "disk0",	0, "6fed2e18a6bfe5e8bb49144fcc95fd11", 624640},
 				{ "fr", 	0, "72f04be4320dfac719431419ec2b9a0d", 12778},
@@ -87,7 +87,7 @@
 			},
 			Common::EN_ANY,
 			Common::kPlatformAmiga,
-			Common::ADGF_NO_FLAGS
+			Common::ADGF_DEMO
 		},
 		GType_Nippon,
 		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