diff options
author | Max Horn | 2007-02-13 22:25:25 +0000 |
---|---|---|
committer | Max Horn | 2007-02-13 22:25:25 +0000 |
commit | 2e567f1cc9a777e88db35012f8d21db1ca6b53a6 (patch) | |
tree | a9113e80d9e683e54d5b2b58659b3f4203306b3a /engines/gob | |
parent | bded4288f922235bd4bd34195ed5b20da2dcc26b (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/gob/detection.cpp | 2 |
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); |