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

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Mon May 1 06:06:03 CEST 2006


Revision: 22256
Author:   lordhoto
Date:     2006-05-01 06:05:18 -0700 (Mon, 01 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22256&view=rev

Log Message:
-----------
Just add kyra2 to kyra_list if ENABLE_KYRA2 is defined.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra.cpp
Modified: scummvm/trunk/engines/kyra/kyra.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra.cpp	2006-05-01 12:57:24 UTC (rev 22255)
+++ scummvm/trunk/engines/kyra/kyra.cpp	2006-05-01 13:05:18 UTC (rev 22256)
@@ -106,7 +106,9 @@
 // Keep list of different supported games
 static const PlainGameDescriptor kyra_list[] = {
 	{ "kyra1", "The Legend of Kyrandia" },
+#ifdef ENABLE_KYRA2
 	{ "kyra2", "The Hand of Fate" },
+#endif
 	{ 0, 0 }
 };
 


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