diff options
author | Eugene Sandulenko | 2007-01-27 22:41:18 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-01-27 22:41:18 +0000 |
commit | 281ee019e08fb304a2482a7b4c24cf0c3004f956 (patch) | |
tree | 20dfb4d8205d8f5874a8781dd79a5b52c269e96f | |
parent | 6365546fc51947da7ee8d0ca11f7febd7f85d491 (diff) | |
download | scummvm-rg350-281ee019e08fb304a2482a7b4c24cf0c3004f956.tar.gz scummvm-rg350-281ee019e08fb304a2482a7b4c24cf0c3004f956.tar.bz2 scummvm-rg350-281ee019e08fb304a2482a7b4c24cf0c3004f956.zip |
Oops. Revert accidental commit
svn-id: r25233
-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); |