diff options
author | Sven Hesse | 2007-04-24 19:24:56 +0000 |
---|---|---|
committer | Sven Hesse | 2007-04-24 19:24:56 +0000 |
commit | f5ab44cb541cadf9e863c16cafa011f9b9816bad (patch) | |
tree | b44dae45fff84de0868a030ae79a63f77c6d2c97 /engines/gob | |
parent | bc0dcbfb58515aec1c332a5d3250f2448d841a5f (diff) | |
download | scummvm-rg350-f5ab44cb541cadf9e863c16cafa011f9b9816bad.tar.gz scummvm-rg350-f5ab44cb541cadf9e863c16cafa011f9b9816bad.tar.bz2 scummvm-rg350-f5ab44cb541cadf9e863c16cafa011f9b9816bad.zip |
Added the french Atari ST version of Gob2, as supplied by bgk in bug report #1706861
svn-id: r26591
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index d8e85287b8..07888e2e80 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -414,6 +414,18 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB2, "intro" }, + { // Supplied by bgk in bug report #1706861 + { + "gob2", + "", + AD_ENTRY1s("intro.stk", "4b13c02d1069b86bcfec80f4e474b98b", 554680), + FR_FRA, + kPlatformAtariST, + Common::ADGF_NO_FLAGS + }, + GF_GOB2, + "intro" + }, { { "gob2cd", |