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

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu Jul 10 18:19:17 CEST 2008


Revision: 32992
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32992&view=rev
Author:   eriktorbjorn
Date:     2008-07-10 09:19:17 -0700 (Thu, 10 Jul 2008)

Log Message:
-----------
Fixed Kyra 3 detection regression.

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

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2008-07-10 15:50:44 UTC (rev 32991)
+++ scummvm/trunk/engines/kyra/detection.cpp	2008-07-10 16:19:17 UTC (rev 32992)
@@ -527,7 +527,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_INS_FLAGS
+		KYRA3_CD_FLAGS
 	},
 	{
 		{
@@ -542,7 +542,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_INS_FLAGS
+		KYRA3_CD_FLAGS
 	},
 	{
 		{
@@ -557,7 +557,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_INS_FLAGS
+		KYRA3_CD_FLAGS
 	},
 
 	// installed version
@@ -574,7 +574,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_FLAGS
+		KYRA3_CD_INS_FLAGS
 	},
 	{
 		{
@@ -589,7 +589,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_FLAGS
+		KYRA3_CD_INS_FLAGS
 	},
 	{
 		{
@@ -604,7 +604,7 @@
 			Common::kPlatformPC,
 			Common::ADGF_DROPLANGUAGE
 		},
-		KYRA3_CD_FLAGS
+		KYRA3_CD_INS_FLAGS
 	},
 
 	// Spanish fan translation, see fr#1994040 "KYRA3: Add support for Spanish fan translation"


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