[Scummvm-cvs-logs] SF.net SVN: scummvm:[49657] scummvm/trunk/engines/agos/detection.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 14 16:52:14 CEST 2010


Revision: 49657
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49657&view=rev
Author:   sev
Date:     2010-06-14 14:52:13 +0000 (Mon, 14 Jun 2010)

Log Message:
-----------
AGOS: Fix bug #1777795.

Bug #1777795: "SIMON1: Acorn CD MD5s" fixed by specifying directory
depth for AdvancedDetector to 2.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/detection.cpp

Modified: scummvm/trunk/engines/agos/detection.cpp
===================================================================
--- scummvm/trunk/engines/agos/detection.cpp	2010-06-14 14:51:46 UTC (rev 49656)
+++ scummvm/trunk/engines/agos/detection.cpp	2010-06-14 14:52:13 UTC (rev 49657)
@@ -104,7 +104,7 @@
 	// Additional GUI options (for every game}
 	Common::GUIO_NOLAUNCHLOAD,
 	// Maximum directory depth
-	1
+	2
 };
 
 using namespace AGOS;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list