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

sev at users.sourceforge.net sev at users.sourceforge.net
Sat May 16 13:18:14 CEST 2009


Revision: 40622
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40622&view=rev
Author:   sev
Date:     2009-05-16 11:18:14 +0000 (Sat, 16 May 2009)

Log Message:
-----------
Add detection for Russian version of DW2.

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2009-05-16 11:16:34 UTC (rev 40621)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2009-05-16 11:18:14 UTC (rev 40622)
@@ -459,6 +459,26 @@
 		TINSEL_V2,
 	},
 
+	{	// Russian Discworld 2 release by Fargus
+		{
+			"dw2",
+			"CD",
+			{
+				{"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593},
+				{"english1.smp", 0, "aa8d05f6fade11e6f066d42c302c8e89", 250926923},
+				{"english1.txt", 0, "b522e19d7b2cd7b85e50e36fe48e36a9", 274444},
+				{NULL, 0, NULL, 0}
+			},
+			Common::RU_RUS,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GID_DW2,
+		0,
+		GF_CD | GF_SCNFILES,
+		TINSEL_V2,
+	},
+
 	{ AD_TABLE_END_MARKER, 0, 0, 0, 0 }
 };
 


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