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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Thu Aug 14 23:34:29 CEST 2008


Revision: 33875
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33875&view=rev
Author:   athrxx
Date:     2008-08-14 21:34:29 +0000 (Thu, 14 Aug 2008)

Log Message:
-----------
- HOF: forgot french and german entries in last commit

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

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2008-08-14 21:21:05 UTC (rev 33874)
+++ scummvm/trunk/engines/kyra/detection.cpp	2008-08-14 21:34:29 UTC (rev 33875)
@@ -478,6 +478,30 @@
 		KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY)
 	},
 
+	{ 
+		{
+			"kyra2",
+			"CD",
+			AD_ENTRY1("FATE.PAK", "39772ff82e42c4c520050518deb82e64"),
+			Common::DE_DEU,
+			Common::kPlatformPC,
+			Common::ADGF_DROPLANGUAGE | Common::ADGF_CD
+		},
+		KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY)
+	},
+
+	{ 
+		{
+			"kyra2",
+			"CD",
+			AD_ENTRY1("FATE.PAK", "39772ff82e42c4c520050518deb82e64"),
+			Common::FR_FRA,
+			Common::kPlatformPC,
+			Common::ADGF_DROPLANGUAGE | Common::ADGF_CD
+		},
+		KYRA2_CD_FAN_FLAGS(Common::IT_ITA, Common::EN_ANY)
+	},
+
 	{ // Interactive Demo
 		{
 			"kyra2",


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