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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu Sep 11 11:26:27 CEST 2008


Revision: 34486
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34486&view=rev
Author:   fingolfin
Date:     2008-09-11 09:26:27 +0000 (Thu, 11 Sep 2008)

Log Message:
-----------
Added detection for 4-language floppy version of DW (see report on forum post 39703)

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

Modified: scummvm/trunk/engines/tinsel/detection.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/detection.cpp	2008-09-11 09:25:13 UTC (rev 34485)
+++ scummvm/trunk/engines/tinsel/detection.cpp	2008-09-11 09:26:27 UTC (rev 34486)
@@ -112,6 +112,30 @@
 		TINSEL_V1,
 	},
 
+	{	// Multilingual floppy with *.gra files.
+		// Note: It contains no english subtitles.
+		// Reported on our forums.
+		{
+			"dw",
+			"Floppy",
+			{
+				{"dw.gra", 0, "c8808ccd988d603dd35dff42013ae7fd", 781656},
+				{"french.txt", 0, NULL, -1},
+				{"german.txt", 0, NULL, -1},
+				{"italian.txt", 0, NULL, -1},
+				{"spanish.txt", 0, NULL, -1},
+				{NULL, 0, NULL, 0}
+			},
+			Common::FR_FRA,
+			Common::kPlatformPC,
+			Common::ADGF_DROPLANGUAGE
+		},
+		GID_DW1,
+		0,
+		GF_FLOPPY | GF_USE_4FLAGS,
+		TINSEL_V1,
+	},
+
 	{	// English CD. This version has *.gra files
 		{
 			"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