aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/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/parallaction/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/parallaction/detection.cpp')
-rw-r--r--engines/parallaction/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/detection.cpp b/engines/parallaction/detection.cpp
index b350dfcb87..352c5a2d01 100644
--- a/engines/parallaction/detection.cpp
+++ b/engines/parallaction/detection.cpp
@@ -179,7 +179,7 @@ static const Common::ADParams detectionParams = {
// List of files for file-based fallback detection (optional)
0,
// Flags
- Common::kADFlagAugmentPreferredTarget
+ 0
};
class ParallactionMetaEngine : public Common::AdvancedMetaEngine {