From 6365546fc51947da7ee8d0ca11f7febd7f85d491 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 27 Jan 2007 22:38:27 +0000 Subject: Fixes and gfx rendering works svn-id: r25232 --- engines/parallaction/detection.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 6baea20f86..6bc1590910 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -89,7 +89,11 @@ static const Common::ADParams detectionParams = { // 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); -- cgit v1.2.3