aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-27 22:38:27 +0000
committerEugene Sandulenko2007-01-27 22:38:27 +0000
commit6365546fc51947da7ee8d0ca11f7febd7f85d491 (patch)
treeeb392b666be4b80e4d192f378d8f26cfbaefd164 /engines/parallaction
parent0080ae687a720b4c05ca3baae6a88a4f63a618ca (diff)
downloadscummvm-rg350-6365546fc51947da7ee8d0ca11f7febd7f85d491.tar.gz
scummvm-rg350-6365546fc51947da7ee8d0ca11f7febd7f85d491.tar.bz2
scummvm-rg350-6365546fc51947da7ee8d0ca11f7febd7f85d491.zip
Fixes and gfx rendering works
svn-id: r25232
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/detection.cpp6
1 files changed, 5 insertions, 1 deletions
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);