From 82b9ace2e218dbeffbcbca6327a623d347ff2678 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Wed, 31 Dec 2008 11:30:40 +0000 Subject: Added an entry for the French Mac version of Gob2, as supplied by koalet in bug report #2478585 svn-id: r35625 --- engines/gob/detection.cpp | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'engines') 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", -- cgit v1.2.3