aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2007-02-13 22:25:25 +0000
committerMax Horn2007-02-13 22:25:25 +0000
commit2e567f1cc9a777e88db35012f8d21db1ca6b53a6 (patch)
treea9113e80d9e683e54d5b2b58659b3f4203306b3a /engines/gob/detection.cpp
parentbded4288f922235bd4bd34195ed5b20da2dcc26b (diff)
downloadscummvm-rg350-2e567f1cc9a777e88db35012f8d21db1ca6b53a6.tar.gz
scummvm-rg350-2e567f1cc9a777e88db35012f8d21db1ca6b53a6.tar.bz2
scummvm-rg350-2e567f1cc9a777e88db35012f8d21db1ca6b53a6.zip
Some more AdvancedDetector cleanup: Removed kADFlagFilebasedFallback flag (just check whether a fileBasedFallback has been provided); moved some internal definitions, added some doxygen coments, etc.
svn-id: r25570
Diffstat (limited to 'engines/gob/detection.cpp')
-rw-r--r--engines/gob/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp
index 98a5372cbb..7140892787 100644
--- a/engines/gob/detection.cpp
+++ b/engines/gob/detection.cpp
@@ -914,7 +914,7 @@ static const ADParams detectionParams = {
// List of files for file-based fallback detection (optional)
Gob::fileBased,
// Flags
- kADFlagAugmentPreferredTarget | kADFlagFilebasedFallback
+ kADFlagAugmentPreferredTarget
};
ADVANCED_DETECTOR_DEFINE_PLUGIN(GOB, Gob::GobEngine, detectionParams);