aboutsummaryrefslogtreecommitdiff
path: root/engines/igor/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2008-04-05 22:29:08 +0000
committerMax Horn2008-04-05 22:29:08 +0000
commit29f1e6de384dc0828de0988ba140b839492c97e3 (patch)
treee4ee4c38fde490954dcf72d2e441fe5290a8a678 /engines/igor/detection.cpp
parentbfdca912bc7ef42dfc6377f80fec06c64a265c23 (diff)
downloadscummvm-rg350-29f1e6de384dc0828de0988ba140b839492c97e3.tar.gz
scummvm-rg350-29f1e6de384dc0828de0988ba140b839492c97e3.tar.bz2
scummvm-rg350-29f1e6de384dc0828de0988ba140b839492c97e3.zip
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default)
svn-id: r31413
Diffstat (limited to 'engines/igor/detection.cpp')
-rw-r--r--engines/igor/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/igor/detection.cpp b/engines/igor/detection.cpp
index d63c280347..400db95f20 100644
--- a/engines/igor/detection.cpp
+++ b/engines/igor/detection.cpp
@@ -101,7 +101,7 @@ static const Common::ADParams igorDetectionParams = {
0,
"igor",
0,
- Common::kADFlagAugmentPreferredTarget
+ 0
};
class IgorMetaEngine : public Common::AdvancedMetaEngine {