diff options
author | Sven Hesse | 2009-06-09 18:14:49 +0000 |
---|---|---|
committer | Sven Hesse | 2009-06-09 18:14:49 +0000 |
commit | a077fa43482518b2885da14066339752cf5b1deb (patch) | |
tree | a8e33c519e0450c129b38455454e67cfc7f21e23 /engines | |
parent | 91d62c0a617cd2cefb69c2bb2339cfd08641d36d (diff) | |
download | scummvm-rg350-a077fa43482518b2885da14066339752cf5b1deb.tar.gz scummvm-rg350-a077fa43482518b2885da14066339752cf5b1deb.tar.bz2 scummvm-rg350-a077fa43482518b2885da14066339752cf5b1deb.zip |
Win Gob3 is multi-lingual (British, French, German)
svn-id: r41402
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index af64a53b60..00824e702d 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -1788,6 +1788,42 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, 0, 0, 0 }, + { + { + "gob3", + "", + { + {"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104}, + {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404}, + {0, 0, 0, 0} + }, + FR_FRA, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob3, + kFeaturesAdlib, + 0, 0, 0 + }, + { + { + "gob3", + "", + { + {"intro.stk", 0, "16b014bf32dbd6ab4c5163c44f56fed1", 445104}, + {"musmac1.mid", 0, "948c546cad3a9de5bff3fe4107c82bf1", 6404}, + {0, 0, 0, 0} + }, + EN_GRB, + kPlatformWindows, + ADGF_NO_FLAGS, + GUIO_NOSPEECH + }, + kGameTypeGob3, + kFeaturesAdlib, + 0, 0, 0 + }, { // Supplied by fac76 in bug report #1742716 { "gob3", |