diff options
-rw-r--r-- | engines/parallaction/detection.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp index 6bc1590910..6baea20f86 100644 --- a/engines/parallaction/detection.cpp +++ b/engines/parallaction/detection.cpp @@ -89,11 +89,7 @@ static const Common::ADParams detectionParams = { // List of all engine targets parallactionGames, // Structure for autoupgrading obsolete targets - 0, - // Name of single gameid (optional) - "parallaction", - // Flags - Common::kADFlagComplexID + 0 }; ADVANCED_DETECTOR_DEFINE_PLUGIN(PARALLACTION, Parallaction::Parallaction, Parallaction::GAME_detectGames, detectionParams); |