diff options
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", |