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

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat Apr 19 16:48:29 CEST 2008


Revision: 31576
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31576&view=rev
Author:   athrxx
Date:     2008-04-19 07:48:29 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
fix detection for playable Hof demo

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

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2008-04-19 14:44:06 UTC (rev 31575)
+++ scummvm/trunk/engines/kyra/detection.cpp	2008-04-19 14:48:29 UTC (rev 31576)
@@ -333,15 +333,39 @@
 	{ // Interactive Demo
 		{
 			"kyra2",
-			"Demo",
+			"CD/Demo",
 			AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
-			Common::EN_ANY,
-			Common::kPlatformPC,
-			Common::ADGF_DEMO
+				Common::EN_ANY,
+				Common::kPlatformPC,
+				Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
 		},
 		KYRA2_CD_DEMO_FLAGS
 	},
 
+	{ // Interactive Demo
+		{
+			"kyra2",
+			"CD/Demo",
+			AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
+				Common::DE_DEU,
+				Common::kPlatformPC,
+				Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
+		},
+		KYRA2_CD_DEMO_FLAGS
+	},
+
+	{ // Interactive Demo
+		{
+			"kyra2",
+			"CD/Demo",
+			AD_ENTRY1("THANKS.CPS", "b1a78d990b120bb2234b7094f74e30a5"),
+				Common::FR_FRA,
+				Common::kPlatformPC,
+				Common::ADGF_DROPLANGUAGE | Common::ADGF_CD | Common::ADGF_DEMO
+		},
+		KYRA2_CD_DEMO_FLAGS
+	},
+
 	{ // Non-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