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

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sun Jan 3 22:50:13 CET 2010


Revision: 46954
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46954&view=rev
Author:   strangerke
Date:     2010-01-03 21:50:13 +0000 (Sun, 03 Jan 2010)

Log Message:
-----------
Add detection for a french Myst

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

Modified: scummvm/trunk/engines/mohawk/detection.cpp
===================================================================
--- scummvm/trunk/engines/mohawk/detection.cpp	2010-01-03 21:22:30 UTC (rev 46953)
+++ scummvm/trunk/engines/mohawk/detection.cpp	2010-01-03 21:50:13 UTC (rev 46954)
@@ -233,6 +233,24 @@
 		0,
 	},
 
+	// Myst
+	// French Windows 3.11
+	// From Strangerke
+	{
+		{
+			"myst",
+			"",
+			AD_ENTRY1("MYST.DAT", "d631d42567a941c67c78f2e491f4ea58"),
+			Common::FR_FRA,
+			Common::kPlatformWindows,
+			ADGF_NO_FLAGS,
+			Common::GUIO_NONE
+		},
+		GType_MYST,
+		0,
+		0,
+	},
+
 	// Making of Myst
 	// English Windows 3.11
 	// From clone2727


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