aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/detection.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-14 14:52:13 +0000
committerEugene Sandulenko2010-06-14 14:52:13 +0000
commit6916e547a3cd3330bfc5da7df3fe2c74e64eae76 (patch)
treeb1492fb8d8badb9807baebb89cdd68a72242b0e5 /engines/agos/detection.cpp
parentca161920a4dcf26a6d8773dec5d95141b0383df2 (diff)
downloadscummvm-rg350-6916e547a3cd3330bfc5da7df3fe2c74e64eae76.tar.gz
scummvm-rg350-6916e547a3cd3330bfc5da7df3fe2c74e64eae76.tar.bz2
scummvm-rg350-6916e547a3cd3330bfc5da7df3fe2c74e64eae76.zip
AGOS: Fix bug #1777795.
Bug #1777795: "SIMON1: Acorn CD MD5s" fixed by specifying directory depth for AdvancedDetector to 2. svn-id: r49657
Diffstat (limited to 'engines/agos/detection.cpp')
-rw-r--r--engines/agos/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/detection.cpp b/engines/agos/detection.cpp
index d22ee720d7..9a23dde426 100644
--- a/engines/agos/detection.cpp
+++ b/engines/agos/detection.cpp
@@ -104,7 +104,7 @@ static const ADParams detectionParams = {
// Additional GUI options (for every game}
Common::GUIO_NOLAUNCHLOAD,
// Maximum directory depth
- 1
+ 2
};
using namespace AGOS;