diff options
author | Sven Hesse | 2008-09-27 20:04:04 +0000 |
---|---|---|
committer | Sven Hesse | 2008-09-27 20:04:04 +0000 |
commit | 2e9ddbb09cb6851200e0e9aff164d22dfcb7757c (patch) | |
tree | 7a1a43fe0caa555dedff161b21bf3e40b15c3f55 /engines/gob | |
parent | 0d34b772a408771b742cd196b14b6cbb34145d00 (diff) | |
download | scummvm-rg350-2e9ddbb09cb6851200e0e9aff164d22dfcb7757c.tar.gz scummvm-rg350-2e9ddbb09cb6851200e0e9aff164d22dfcb7757c.tar.bz2 scummvm-rg350-2e9ddbb09cb6851200e0e9aff164d22dfcb7757c.zip |
Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg in bug report #2105220
svn-id: r34661
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 2b0c015677..c871bdb976 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -992,6 +992,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, "intro" }, + { // Supplied by goodoldgeorg in bug report #2105220 + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "cd322cb3c64ef2ba2f2134aa2122cfe9", 3936700), + ES_ESP, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeLostInTime, + kFeaturesAdlib, + "intro" + }, { { "lostintime", |