[Scummvm-cvs-logs] SF.net SVN: scummvm:[38937] scummvm/branches/branch-0-13-0/engines/agi/ detection.cpp

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Fri Feb 27 23:19:04 CET 2009


Revision: 38937
          http://scummvm.svn.sourceforge.net/scummvm/?rev=38937&view=rev
Author:   mthreepwood
Date:     2009-02-27 22:19:03 +0000 (Fri, 27 Feb 2009)

Log Message:
-----------
Backport of r38936 (add detection of another version of the black cauldron as reported in bug #2628354).

Modified Paths:
--------------
    scummvm/branches/branch-0-13-0/engines/agi/detection.cpp

Modified: scummvm/branches/branch-0-13-0/engines/agi/detection.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/agi/detection.cpp	2009-02-27 22:14:18 UTC (rev 38936)
+++ scummvm/branches/branch-0-13-0/engines/agi/detection.cpp	2009-02-27 22:19:03 UTC (rev 38937)
@@ -192,6 +192,9 @@
 
 	// Black Cauldron (PC 5.25") 2.10 11/10/88 [AGI 3.002.098]
 	GAME3("bc", "2.10 1988-11-10 5.25\"", "bcdir", "0c5a9acbcc7e51127c34818e75806df6", 0x3149, GID_BC),
+	
+	// Black Cauldron (PC) 2.10 [AGI 3.002.097]
+	GAME3("bc", "2.10", "bcdir", "0de3953c9225009dc91e5b0d1692967b", 0x3149, GID_BC),
 
 // TODO
 // These aren't supposed to work now as they require unsupported agi engine 2.01


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