diff options
author | Arnaud Boutonné | 2009-12-17 23:07:03 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2009-12-17 23:07:03 +0000 |
commit | 5e7ed05997c6c616e277f610020e235d3ab3f209 (patch) | |
tree | 01441f81ea4cf58052d4c94286b0baec86eb9f7d | |
parent | 3c5473f832694e69133fec656329e5660902f298 (diff) | |
download | scummvm-rg350-5e7ed05997c6c616e277f610020e235d3ab3f209.tar.gz scummvm-rg350-5e7ed05997c6c616e277f610020e235d3ab3f209.tar.bz2 scummvm-rg350-5e7ed05997c6c616e277f610020e235d3ab3f209.zip |
gob - Split LiT part 2 detection in light / full.
svn-id: r46412
-rw-r--r-- | engines/gob/detection.cpp | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b9708e4282..2aef3675a3 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -2255,7 +2255,7 @@ static const GOBGameDescription gameDescriptions[] = { { { "lit2", - "", + "Light install", AD_ENTRY1s("intro.stk", "17acbb212e62addbe48dc8f2282c98cb", 72318), FR_FRA, kPlatformWindows, @@ -2268,6 +2268,24 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "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), |