diff options
author | Eugene Sandulenko | 2010-06-14 14:52:13 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2010-06-14 14:52:13 +0000 |
commit | 6916e547a3cd3330bfc5da7df3fe2c74e64eae76 (patch) | |
tree | b1492fb8d8badb9807baebb89cdd68a72242b0e5 /engines/agos | |
parent | ca161920a4dcf26a6d8773dec5d95141b0383df2 (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/agos/detection.cpp | 2 |
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; |