From eadde9d6e448d1c4910d512a52ea5e1b06269a90 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 2 Sep 2008 21:29:06 +0000 Subject: Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734 svn-id: r34287 --- engines/gob/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 6943301602..6c2ec71473 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -901,6 +901,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "intro" }, + { // Supplied by kizkoool in bugreport #2089734 + { + "bargon", + "", + AD_ENTRY1s("intro.stk", "00f6b4e2ee26e5c40b488e2df5adcf03", 3975580), + FR_FRA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + kGameTypeBargon, + kFeaturesNone, + "intro" + }, { // Supplied by glorfindel in bugreport #1722142 { "bargon", -- cgit v1.2.3