[Scummvm-cvs-logs] SF.net SVN: scummvm: [30053] scummvm/branches/branch-0-11-0/engines/kyra/ detection.cpp
vinterstum at users.sourceforge.net
vinterstum at users.sourceforge.net
Fri Dec 28 12:58:48 CET 2007
Revision: 30053
http://scummvm.svn.sourceforge.net/scummvm/?rev=30053&view=rev
Author: vinterstum
Date: 2007-12-28 03:58:48 -0800 (Fri, 28 Dec 2007)
Log Message:
-----------
Disabled detection of Kyra2/3
Modified Paths:
--------------
scummvm/branches/branch-0-11-0/engines/kyra/detection.cpp
Modified: scummvm/branches/branch-0-11-0/engines/kyra/detection.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/kyra/detection.cpp 2007-12-28 11:51:04 UTC (rev 30052)
+++ scummvm/branches/branch-0-11-0/engines/kyra/detection.cpp 2007-12-28 11:58:48 UTC (rev 30053)
@@ -293,7 +293,7 @@
},
KYRA1_DEMO_FLAGS
},
-
+#if 0
{ // CD version
{
"kyra2",
@@ -396,14 +396,14 @@
},
KYRA3_CD_FLAGS
},
-
+#endif
{ AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0) }
};
const PlainGameDescriptor gameList[] = {
{ "kyra1", "The Legend of Kyrandia" },
- { "kyra2", "The Legend of Kyrandia: The Hand of Fate" },
- { "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" },
+ //{ "kyra2", "The Legend of Kyrandia: The Hand of Fate" },
+ //{ "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" },
{ 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