diff options
author | Max Horn | 2011-06-14 18:15:47 +0200 |
---|---|---|
committer | Max Horn | 2011-06-14 18:52:11 +0200 |
commit | 5016645345630e485be55d005ba4bb7cd1e4b589 (patch) | |
tree | cbb6c980617d7bf910b7bc021c8e34ed6a8352cd /engines/advancedDetector.cpp | |
parent | 01f806c2dbd06d42c8e56b0a46493cf5d5a68a11 (diff) | |
download | scummvm-rg350-5016645345630e485be55d005ba4bb7cd1e4b589.tar.gz scummvm-rg350-5016645345630e485be55d005ba4bb7cd1e4b589.tar.bz2 scummvm-rg350-5016645345630e485be55d005ba4bb7cd1e4b589.zip |
DETECTOR: Remove kADFlagPrintWarningOnFileBasedFallback
Diffstat (limited to 'engines/advancedDetector.cpp')
-rw-r--r-- | engines/advancedDetector.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/engines/advancedDetector.cpp b/engines/advancedDetector.cpp index 82efb0d840..db2f404f5f 100644 --- a/engines/advancedDetector.cpp +++ b/engines/advancedDetector.cpp @@ -511,19 +511,6 @@ const ADGameDescription *AdvancedMetaEngine::detectGameFilebased(const FileMap & } } - if (matchedDesc) { // We got a match - if (_flags & kADFlagPrintWarningOnFileBasedFallback) { - Common::String report = Common::String::format(_("Your game version has been detected using " - "filename matching as a variant of %s."), matchedDesc->gameid); - report += "\n"; - report += _("If this is an original and unmodified version, please report any"); - report += "\n"; - report += _("information previously printed by ScummVM to the team."); - report += "\n"; - g_system->logMessage(LogMessageType::kInfo, report.c_str()); - } - } - return matchedDesc; } |