diff options
author | Sven Hesse | 2008-12-31 11:30:40 +0000 |
---|---|---|
committer | Sven Hesse | 2008-12-31 11:30:40 +0000 |
commit | 82b9ace2e218dbeffbcbca6327a623d347ff2678 (patch) | |
tree | 810f5cd1f82cadcbfff53eff11b476611f0137ea /engines/gob | |
parent | 068d2cd9b94e8760084114627d87e0ff1d500711 (diff) | |
download | scummvm-rg350-82b9ace2e218dbeffbcbca6327a623d347ff2678.tar.gz scummvm-rg350-82b9ace2e218dbeffbcbca6327a623d347ff2678.tar.bz2 scummvm-rg350-82b9ace2e218dbeffbcbca6327a623d347ff2678.zip |
Added an entry for the French Mac version of Gob2, as supplied by koalet in bug report #2478585
svn-id: r35625
Diffstat (limited to 'engines/gob')
-rw-r--r-- | engines/gob/detection.cpp | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 28d93e3138..a24523f4e2 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -373,7 +373,7 @@ static const GOBGameDescription gameDescriptions[] = { { "gob2", "", - AD_ENTRY1("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475"), + AD_ENTRY1s("intro.stk", "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275), FR_FRA, kPlatformPC, Common::ADGF_NO_FLAGS @@ -382,6 +382,23 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesAdlib, "intro" }, + { // Supplied by koalet in bug report #2478585 + { + "gob2", + "", + { + {"intro.stk", 0, "a13ecb4f6d8fd881ebbcc02e45cb5475", 837275}, + {"musmac1.mid", 0, "7f96f491448c7a001b32df89cf8d2af2", 1658}, + {NULL, 0, NULL, 0} + }, + FR_FRA, + kPlatformMacintosh, + Common::ADGF_NO_FLAGS + }, + kGameTypeGob2, + kFeaturesAdlib, + "intro" + }, { // Supplied by arcepi in bug report #1659884 { "gob2", |