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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat May 16 01:57:08 CEST 2009


Revision: 40614
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40614&view=rev
Author:   dreammaster
Date:     2009-05-15 23:57:08 +0000 (Fri, 15 May 2009)

Log Message:
-----------
Added detection entry for Hebrew Discworld 1 release

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2009-05-15 17:40:18 UTC (rev 40613)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2009-05-15 23:57:08 UTC (rev 40614)
@@ -264,6 +264,26 @@
 		GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
 		TINSEL_V1,
 	},
+
+	{	// Hebrew CD v2
+		{
+			"dw",
+			"CD",
+			{
+				{"dw.scn", 0, "759d1374b4f02af6d52fc07c96679936", 770780},
+				{"english.smp", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::HB_ISR,
+			Common::kPlatformPC,
+			ADGF_NO_FLAGS
+		},
+		GID_DW1,
+		0,
+		GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+		TINSEL_V1,
+	},
+
 	{	// UK multilanguage PSX CD
 		{
 			"dw",


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