Renamed kADFlagComplexID to kADFlagAugmentPreferredTarget, document it, and add it for AGOS, too

svn-id: r25543
This commit is contained in:
Max Horn 2007-02-13 13:17:46 +00:00
parent 287e21d36e
commit 2afe07992f
8 changed files with 12 additions and 8 deletions

View file

@ -97,7 +97,7 @@ static const Common::ADParams detectionParams = {
// List of files for file-based fallback detection (optional)
0,
// Flags
Common::kADFlagComplexID
Common::kADFlagAugmentPreferredTarget
};
ADVANCED_DETECTOR_DEFINE_PLUGIN(PARALLACTION, Parallaction::Parallaction, Parallaction::GAME_detectGames, detectionParams);