From 8ab81824abad92269300a1647982dacb216bd68c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 2 Mar 2007 15:21:34 +0000 Subject: Fix bug #1667806: "GOB: wrong detection" svn-id: r25924 --- 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 96d4759323..9b48407a10 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -912,6 +912,18 @@ static const GOBGameDescription fallbackDescs[] = { GF_GOB2 | GF_CD, "intro" }, + { + { + "bargon", + "", + AD_ENTRY1(0, 0), + UNK_LANG, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_BARGON, + "intro" + }, }; static const ADFileBasedFallback fileBased[] = { @@ -920,6 +932,7 @@ static const ADFileBasedFallback fileBased[] = { { &fallbackDescs[2], { "intro.stk", 0 } }, { &fallbackDescs[2], { "intro.stk", "disk2.stk", "disk3.stk", 0 } }, { &fallbackDescs[3], { "intro.stk", "gobnew.lic", 0 } }, + { &fallbackDescs[4], { "intro.stk", "scaa.imd", "scba.imd", "scbf.imd", 0 } }, { 0, { 0 } } }; -- cgit v1.2.3