[Scummvm-cvs-logs] SF.net SVN: scummvm:[35937] scummvm/branches/branch-0-13-0/engines/kyra/ detection.cpp
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Tue Jan 20 10:06:12 CET 2009
Revision: 35937
http://scummvm.svn.sourceforge.net/scummvm/?rev=35937&view=rev
Author: lordhoto
Date: 2009-01-20 09:06:11 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Disable LoL detection entries.
Modified Paths:
--------------
scummvm/branches/branch-0-13-0/engines/kyra/detection.cpp
Modified: scummvm/branches/branch-0-13-0/engines/kyra/detection.cpp
===================================================================
--- scummvm/branches/branch-0-13-0/engines/kyra/detection.cpp 2009-01-20 05:46:16 UTC (rev 35936)
+++ scummvm/branches/branch-0-13-0/engines/kyra/detection.cpp 2009-01-20 09:06:11 UTC (rev 35937)
@@ -844,6 +844,7 @@
KYRA3_CD_FAN_FLAGS(Common::IT_ITA, Common::FR_FRA)
},
+#if 0
// Lands of Lore CD
{
{
@@ -1019,6 +1020,7 @@
},
LOL_DEMO_FLAGS
},
+#endif
{ AD_TABLE_END_MARKER, FLAGS(0, 0, 0, 0, 0, 0, 0) }
};
@@ -1027,7 +1029,9 @@
{ "kyra1", "The Legend of Kyrandia" },
{ "kyra2", "The Legend of Kyrandia: The Hand of Fate" },
{ "kyra3", "The Legend of Kyrandia: Malcolm's Revenge" },
+#if 0
{ "lol", "Lands of Lore: The Throne of Chaos" },
+#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