[Scummvm-cvs-logs] SF.net SVN: scummvm:[46412] scummvm/trunk/engines/gob/detection.cpp
strangerke at users.sourceforge.net
strangerke at users.sourceforge.net
Fri Dec 18 00:07:03 CET 2009
Revision: 46412
http://scummvm.svn.sourceforge.net/scummvm/?rev=46412&view=rev
Author: strangerke
Date: 2009-12-17 23:07:03 +0000 (Thu, 17 Dec 2009)
Log Message:
-----------
gob - Split LiT part 2 detection in light / full.
Modified Paths:
--------------
scummvm/trunk/engines/gob/detection.cpp
Modified: scummvm/trunk/engines/gob/detection.cpp
===================================================================
--- scummvm/trunk/engines/gob/detection.cpp 2009-12-17 22:50:34 UTC (rev 46411)
+++ scummvm/trunk/engines/gob/detection.cpp 2009-12-17 23:07:03 UTC (rev 46412)
@@ -2255,7 +2255,7 @@
{
{
"lit2",
- "",
+ "Light install",
AD_ENTRY1s("intro.stk", "17acbb212e62addbe48dc8f2282c98cb", 72318),
FR_FRA,
kPlatformWindows,
@@ -2268,6 +2268,24 @@
},
{
{
+ "lit2",
+ "Full install",
+ {
+ {"intro.stk", 0, "17acbb212e62addbe48dc8f2282c98cb", 72318},
+ {"partie4.itk", 0, "6ce4967e0c79d7daeabc6c1d26783d4c", 2612087},
+ {0, 0, 0, 0}
+ },
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUIO_NOSUBTITLES | GUIO_NOSPEECH
+ },
+ kGameTypeLostInTime,
+ kFeaturesAdlib,
+ 0, 0, 0
+ },
+ {
+ {
"fascination",
"CD Version (Censored)",
AD_ENTRY1s("disk0.stk", "9c61e9c22077f72921f07153e37ccf01", 545953),
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