aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
diff options
context:
space:
mode:
authorEugene Sandulenko2007-01-28 07:31:26 +0000
committerEugene Sandulenko2007-01-28 07:31:26 +0000
commit93687d376b0682b1f24878cc071a7196f838ddaa (patch)
treedefcaeb9e65c3b1b6502e4ab52e4d1a1902520d8 /engines/kyra
parentb8a48f5751d77f4f4961314ab05bdb4341619114 (diff)
downloadscummvm-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/kyra')
-rw-r--r--engines/kyra/plugin.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/plugin.cpp b/engines/kyra/plugin.cpp
index 929abe5bd8..b009706109 100644
--- a/engines/kyra/plugin.cpp
+++ b/engines/kyra/plugin.cpp
@@ -88,6 +88,10 @@ const Common::ADParams detectionParams = {
// List of all engine targets
gameList,
// Structure for autoupgrading obsolete targets
+ 0,
+ // Name of single gameid (optional)
+ 0,
+ // Flags
0
};