diff options
author | Max Horn | 2008-03-14 13:59:31 +0000 |
---|---|---|
committer | Max Horn | 2008-03-14 13:59:31 +0000 |
commit | 8a9a14002ecee554082eb4f23ef245173950b363 (patch) | |
tree | 1f25dae4db32a9dce92b10393bfb8850deef2b98 /engines/saga | |
parent | 1e6f59e2dcc601eb5e67e47af18ffd975ab86157 (diff) | |
download | scummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.tar.gz scummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.tar.bz2 scummvm-rg350-8a9a14002ecee554082eb4f23ef245173950b363.zip |
Advanced Detector: Changed fallback detector from a callback function pointer to an overrideable method of AdvancedMetaEngine
svn-id: r31119
Diffstat (limited to 'engines/saga')
-rw-r--r-- | engines/saga/detection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/saga/detection.cpp b/engines/saga/detection.cpp index 1a04c7a001..2ac314cf73 100644 --- a/engines/saga/detection.cpp +++ b/engines/saga/detection.cpp @@ -135,8 +135,6 @@ static const Common::ADParams detectionParams = { "saga", // List of files for file-based fallback detection (optional) 0, - // Fallback callback - 0, // Flags Common::kADFlagAugmentPreferredTarget }; |