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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Dec 2 23:16:44 CET 2008


Revision: 35210
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35210&view=rev
Author:   thebluegr
Date:     2008-12-02 22:16:44 +0000 (Tue, 02 Dec 2008)

Log Message:
-----------
Added detection for the French version of DW2, as described in the forums

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2008-12-02 21:58:48 UTC (rev 35209)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2008-12-02 22:16:44 UTC (rev 35210)
@@ -286,6 +286,25 @@
 		TINSEL_V2,
 	},
 	
+	{	// French version of Discworld 2
+		{
+			"dw2",
+			"CD",
+			{
+				{"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
+				{"french1.smp", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::FR_FRA,
+			Common::kPlatformPC,
+			Common::ADGF_NO_FLAGS
+		},
+		GID_DW2,
+		0,
+		GF_CD | GF_SCNFILES,
+		TINSEL_V2,
+	},
+
 	{	// German Discworld 2 re-release "Neon Edition"
 		{
 			"dw2",


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