aboutsummaryrefslogtreecommitdiff
path: root/engines/adl/detection.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2018-02-02 15:37:55 +0100
committerWalter van Niftrik2018-02-02 22:18:25 +0100
commitaba2961899ef9f27cbc04f9cc56ffa7ee7c9b5a0 (patch)
tree4fe7bbe3eabc84583b1a1eadf4d102319bf50b89 /engines/adl/detection.cpp
parentb497ec30655a95134e0db62fff2b2324e58f4ffb (diff)
downloadscummvm-rg350-aba2961899ef9f27cbc04f9cc56ffa7ee7c9b5a0.tar.gz
scummvm-rg350-aba2961899ef9f27cbc04f9cc56ffa7ee7c9b5a0.tar.bz2
scummvm-rg350-aba2961899ef9f27cbc04f9cc56ffa7ee7c9b5a0.zip
ADL: Refactor NIB image error handling
Diffstat (limited to 'engines/adl/detection.cpp')
-rw-r--r--engines/adl/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/adl/detection.cpp b/engines/adl/detection.cpp
index 60971d58ff..505672e1fe 100644
--- a/engines/adl/detection.cpp
+++ b/engines/adl/detection.cpp
@@ -524,7 +524,7 @@ ADGameDescList AdlMetaEngine::detectGame(const Common::FSNode &parent, const Fil
}
}
- // TODO: This should be improved to handle matched and unknown games together in a single directory
+ // TODO: This could be improved to handle matched and unknown games together in a single directory
if (matched.empty()) {
if (!filesProps.empty() && gotAnyMatchesWithAllFiles) {
reportUnknown(parent, filesProps, matchedGameIds);