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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Tue Apr 28 20:13:24 CEST 2009


Revision: 40186
          http://scummvm.svn.sourceforge.net/scummvm/?rev=40186&view=rev
Author:   lordhoto
Date:     2009-04-28 18:13:24 +0000 (Tue, 28 Apr 2009)

Log Message:
-----------
Set ADGF_DEMO flag for kyra2 seq player based LoL demo.

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

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2009-04-28 17:32:54 UTC (rev 40185)
+++ scummvm/trunk/engines/kyra/detection.cpp	2009-04-28 18:13:24 UTC (rev 40186)
@@ -71,7 +71,7 @@
 #define LOL_FLOPPY_FLAGS FLAGS(false, false, false, false, false, false, false, Kyra::GI_LOL)
 #define LOL_FLOPPY_CMP_FLAGS FLAGS(false, false, false, false, false, false, true, Kyra::GI_LOL)
 #define LOL_PC98_SJIS_FLAGS FLAGS(false, false, false, true, true, false, false, Kyra::GI_LOL)
-#define LOL_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, Kyra::GI_KYRA2)
+#define LOL_KYRA2_DEMO_FLAGS FLAGS(true, false, false, false, false, false, false, Kyra::GI_KYRA2)
 
 const KYRAGameDescription adGameDescs[] = {
 	/* disable these targets until they get supported
@@ -1045,9 +1045,9 @@
 			},
 			Common::EN_ANY,
 			Common::kPlatformPC,
-			ADGF_NO_FLAGS
+			ADGF_DEMO
 		},
-		LOL_DEMO_FLAGS
+		LOL_KYRA2_DEMO_FLAGS
 	},
 #endif // ENABLE_LOL
 


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