diff options
author | Eugene Sandulenko | 2007-01-28 07:31:26 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-01-28 07:31:26 +0000 |
commit | 93687d376b0682b1f24878cc071a7196f838ddaa (patch) | |
tree | defcaeb9e65c3b1b6502e4ab52e4d1a1902520d8 /engines/agi | |
parent | b8a48f5751d77f4f4961314ab05bdb4341619114 (diff) | |
download | scummvm-rg350-93687d376b0682b1f24878cc071a7196f838ddaa.tar.gz scummvm-rg350-93687d376b0682b1f24878cc071a7196f838ddaa.tar.bz2 scummvm-rg350-93687d376b0682b1f24878cc071a7196f838ddaa.zip |
Add more paramteres to AdvancedDetector. Not used yet.
svn-id: r25241
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/detection.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/agi/detection.cpp b/engines/agi/detection.cpp index ea90ab559c..e6b1cffb54 100644 --- a/engines/agi/detection.cpp +++ b/engines/agi/detection.cpp @@ -971,7 +971,11 @@ static const Common::ADParams detectionParams = { // List of all engine targets agiGames, // Structure for autoupgrading obsolete targets - 0 + 0, + // Name of single gameid (optional) + "agi", + // Flags + Common::kADFlagComplexID }; ADVANCED_DETECTOR_DEFINE_PLUGIN(AGI, Agi::AgiEngine, Agi::GAME_detectGames, detectionParams); |