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

Hkz at users.sourceforge.net Hkz at users.sourceforge.net
Tue Sep 8 14:14:27 CEST 2009


Revision: 44011
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44011&view=rev
Author:   Hkz
Date:     2009-09-08 12:14:17 +0000 (Tue, 08 Sep 2009)

Log Message:
-----------
Tinsel: added (disabled) Discworld 1 MAC detection entry

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2009-09-08 06:29:12 UTC (rev 44010)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2009-09-08 12:14:17 UTC (rev 44011)
@@ -386,6 +386,29 @@
 	},
 #endif
 
+#if 0
+	{	// Mac multilanguage CD
+		{
+			"dw",
+			"CD",
+			{
+				{"dw.scn", 0, "8be477c6fc0dc449531081fa2064c21d", 2011175},
+				{"english.smp", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::EN_ANY,
+			Common::kPlatformMacintosh,
+			ADGF_NO_FLAGS,
+			GUIO_NONE
+		},
+		GID_DW1,
+		0,
+		GF_CD | GF_SCNFILES | GF_ENHANCED_AUDIO_SUPPORT,
+		TINSEL_V1,
+	},
+
+#endif
+
 	{	// German CD re-release "Neon Edition"
 		// Note: This release has ENGLISH.TXT (with german content) instead of GERMAN.TXT
 		{


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