diff options
author | Sven Hesse | 2009-06-09 18:19:11 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-09 18:19:11 +0000 |
commit | 38c484abb2869f221af4a2c7fb12e76b9c112e3d (patch) | |
tree | 1e71f4f29bf16d1de801ef73bf3682051fdcdf19 /engines/gob/detection.cpp | |
parent | 5a1e1a167e477252ebbc051d94356c11030eb0be (diff) | |
download | scummvm-rg350-38c484abb2869f221af4a2c7fb12e76b9c112e3d.tar.gz scummvm-rg350-38c484abb2869f221af4a2c7fb12e76b9c112e3d.tar.bz2 scummvm-rg350-38c484abb2869f221af4a2c7fb12e76b9c112e3d.zip |
Win Gob1 is multi-lingual (British, French, German, Italian, Spanish)
svn-id: r41404
Diffstat (limited to 'engines/gob/detection.cpp')
-rw-r--r-- | engines/gob/detection.cpp | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b377b8b6b3..b329c85438 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -450,6 +450,78 @@ static const GOBGameDescription gameDescriptions[] = { {"musmac1.mid", 0, "4f66903b33df8a20edd4c748809c0b56", 8161}, {0, 0, 0, 0} }, + EN_GRB, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob1, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob1", + "", + { + {"intro.stk", 0, "e157cb59c6d330ca70d12ab0ef1dd12b", 288972}, + {"musmac1.mid", 0, "4f66903b33df8a20edd4c748809c0b56", 8161}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob1, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob1", + "", + { + {"intro.stk", 0, "e157cb59c6d330ca70d12ab0ef1dd12b", 288972}, + {"musmac1.mid", 0, "4f66903b33df8a20edd4c748809c0b56", 8161}, + {0, 0, 0, 0} + }, + ES_ESP, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob1, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob1", + "", + { + {"intro.stk", 0, "e157cb59c6d330ca70d12ab0ef1dd12b", 288972}, + {"musmac1.mid", 0, "4f66903b33df8a20edd4c748809c0b56", 8161}, + {0, 0, 0, 0} + }, + IT_ITA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob1, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob1", + "", + { + {"intro.stk", 0, "e157cb59c6d330ca70d12ab0ef1dd12b", 288972}, + {"musmac1.mid", 0, "4f66903b33df8a20edd4c748809c0b56", 8161}, + {0, 0, 0, 0} + }, DE_DEU, kPlatformWindows, ADGF_NO_FLAGS, |