From aba2961899ef9f27cbc04f9cc56ffa7ee7c9b5a0 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Fri, 2 Feb 2018 15:37:55 +0100 Subject: ADL: Refactor NIB image error handling --- engines/adl/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/adl/detection.cpp') 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); -- cgit v1.2.3