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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Apr 3 00:33:27 CEST 2009


Revision: 39804
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39804&view=rev
Author:   thebluegr
Date:     2009-04-02 22:33:27 +0000 (Thu, 02 Apr 2009)

Log Message:
-----------
Added the German version of KQ7

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

Modified: scummvm/trunk/engines/sci/detection.cpp
===================================================================
--- scummvm/trunk/engines/sci/detection.cpp	2009-04-02 20:19:10 UTC (rev 39803)
+++ scummvm/trunk/engines/sci/detection.cpp	2009-04-02 22:33:27 UTC (rev 39804)
@@ -997,6 +997,16 @@
 		SCI_VERSION(2, 100, 2)
 	},
 
+	// King's Quest 7 - German Windows (supplied by markcoolio in bug report #2727402)
+	{{"kq7", "", {
+		{"resource.map", 0, "838b9ff132bd6962026fee832e8a7ddb", 18697},
+		{"resource.000", 0, "eb63ea3a2c2469dc2d777d351c626404", 206626576},
+		{NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformPC, 0},
+		{},
+		SCI_VERSION_AUTODETECT,
+		SCI_VERSION(2, 100, 2)
+	},
+
 	// King's Quest 7 - Spanish DOS
 	{{"kq7", "", {
 		{"resource.map", 0, "0b62693cbe87e3aaca3e8655a437f27f", 18709},


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