[Scummvm-cvs-logs] SF.net SVN: scummvm:[33534] scummvm/branches/branch-0-12-0/engines/kyra/ detection.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Aug 2 21:17:21 CEST 2008


Revision: 33534
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33534&view=rev
Author:   lordhoto
Date:     2008-08-02 19:17:18 +0000 (Sat, 02 Aug 2008)

Log Message:
-----------
- Backport of r33525 "Detect both HOF non-interactive demos.".
- Disabled unsupported games in release

Modified Paths:
--------------
    scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp

Modified: scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp
===================================================================
--- scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-02 16:30:25 UTC (rev 33533)
+++ scummvm/branches/branch-0-12-0/engines/kyra/detection.cpp	2008-08-02 19:17:18 UTC (rev 33534)
@@ -65,7 +65,7 @@
 #define KYRA3_CD_FAN_FLAGS(x, y) FLAGS_FAN(x, y, false, false, true, false, true, false, Kyra::GI_KYRA3)
 
 const KYRAGameDescription adGameDescs[] = {
-	{
+	/*{
 		{
 			"kyra1",
 			0,
@@ -86,7 +86,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		KYRA1_FLOPPY_CMP_FLAGS
-	},
+	},*/
 	{
 		{
 			"kyra1",
@@ -176,7 +176,7 @@
 		KYRA1_FLOPPY_FLAGS
 	},
 
-	{
+	/*{
 		{
 			"kyra1",
 			0,
@@ -186,7 +186,7 @@
 			Common::ADGF_NO_FLAGS
 		},
 		KYRA1_AMIGA_FLAGS
-	},
+	},*/
 
 	{
 		{
@@ -454,11 +454,11 @@
 		KYRA2_CD_DEMO_FLAGS
 	},
 
-	{ // Non-Interactive Demo
+	{ // Non-Interactive Demos
 		{
 			"kyra2",
 			"Demo",
-			AD_ENTRY1("GENERAL.PAK", "35825783e5b60755fd520360079f9c15"),
+			AD_ENTRY1("VOC.PAK", "ecb3561b63749158172bf21528cf5f45"),
 			Common::EN_ANY,
 			Common::kPlatformPC,
 			Common::ADGF_DEMO


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