Advanced Detector: Changed fallback detector from a callback function pointer to an overrideable method of AdvancedMetaEngine

svn-id: r31119
This commit is contained in:
Max Horn 2008-03-14 13:59:31 +00:00
parent 1e6f59e2dc
commit 8a9a14002e
14 changed files with 48 additions and 66 deletions

View file

@ -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
};