diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
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 } } }; |