From 873a3e24e578eb2b32627352c69ecd4f05add677 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Tue, 31 Jul 2007 19:18:41 +0000 Subject: Added an English Bargon Attack Amiga/AtariST version, as provided by pwigren in bug #1764174 svn-id: r28366 --- engines/gob/detection.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'engines') diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index b98a6755db..4286e10b6d 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -800,6 +800,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "intro" }, + { // Supplied by pwigren in bugreport #1764174 + { + "bargon", + "", + AD_ENTRY1s("intro.stk", "569d679fe41d49972d34c9fce5930dda", 269825), + EN_ANY, + kPlatformAmiga, + Common::ADGF_NO_FLAGS + }, + kGameTypeBargon, + kFeaturesNone, + "intro" + }, { // Supplied by glorfindel in bugreport #1722142 { "bargon", -- cgit v1.2.3