diff options
author | Torbjörn Andersson | 2007-08-02 20:48:09 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-08-02 20:48:09 +0000 |
commit | da8dbb271dd77d6bb38af3b2d12905a6d64e8cd1 (patch) | |
tree | 21d8b31dca478ff30cc418e3444d338727044824 /engines | |
parent | 93f9cf5fd3c0436bf28b67b5dc05abb87146efd3 (diff) | |
download | scummvm-rg350-da8dbb271dd77d6bb38af3b2d12905a6d64e8cd1.tar.gz scummvm-rg350-da8dbb271dd77d6bb38af3b2d12905a6d64e8cd1.tar.bz2 scummvm-rg350-da8dbb271dd77d6bb38af3b2d12905a6d64e8cd1.zip |
Added entries for the CD version of Lost in Time. (I'm told this is how we
handle multi-lingual games.)
svn-id: r28416
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 3a9eae8891..b9d784c63d 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -877,6 +877,84 @@ static const GOBGameDescription gameDescriptions[] = { }, { { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + EN_USA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + DE_DEU, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + ES_ESP, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { + "lostintime", + "", + AD_ENTRY1s("intro.stk", "6263d09e996c1b4e84ef2d650b820e57", 4831170), + EN_GRB, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob3, + kFeaturesCD, + "intro" + }, + { + { "gob3", "", AD_ENTRY1s("intro.stk", "32b0f57f5ae79a9ae97e8011df38af42", 157084), |