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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Jan 27 23:38:28 CET 2007


Revision: 25232
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25232&view=rev
Author:   sev
Date:     2007-01-27 14:38:27 -0800 (Sat, 27 Jan 2007)

Log Message:
-----------
Fixes and gfx rendering works

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

Modified: scummvm/trunk/engines/parallaction/detection.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/detection.cpp	2007-01-27 22:10:50 UTC (rev 25231)
+++ scummvm/trunk/engines/parallaction/detection.cpp	2007-01-27 22:38:27 UTC (rev 25232)
@@ -89,7 +89,11 @@
 	// List of all engine targets
 	parallactionGames,
 	// Structure for autoupgrading obsolete targets
-	0
+	0,
+	// Name of single gameid (optional)
+	"parallaction",
+	// Flags
+	Common::kADFlagComplexID
 };
 
 ADVANCED_DETECTOR_DEFINE_PLUGIN(PARALLACTION, Parallaction::Parallaction, Parallaction::GAME_detectGames, detectionParams);


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