diff options
author | Sven Hesse | 2009-10-28 14:56:32 +0000 |
---|---|---|
committer | Sven Hesse | 2009-10-28 14:56:32 +0000 |
commit | 449b3cfd6d1bb9e13dc2b6a293f5d0de93aadcc7 (patch) | |
tree | 45f6437c816cca81599e173ed93ba72572c709e2 | |
parent | 0aea18dd74b6f84bc3bc9123e9ee38ab13ef42ab (diff) | |
download | scummvm-rg350-449b3cfd6d1bb9e13dc2b6a293f5d0de93aadcc7.tar.gz scummvm-rg350-449b3cfd6d1bb9e13dc2b6a293f5d0de93aadcc7.tar.bz2 scummvm-rg350-449b3cfd6d1bb9e13dc2b6a293f5d0de93aadcc7.zip |
Adding another Windows Lost in Time version, German/French
svn-id: r45469
-rw-r--r-- | engines/gob/detection.cpp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 783b11cd19..bc806e939c 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1969,6 +1969,34 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4219382), + DE_DEU, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSUBTITLES | GUIO_NOSPEECH + }, + kGameTypeLostInTime, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "0ddf39cea1ec30ecc8bfe444ebd7b845", 4219382), + 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), |