diff options
author | Sven Hesse | 2007-07-31 19:18:41 +0000 |
---|---|---|
committer | Sven Hesse | 2007-07-31 19:18:41 +0000 |
commit | 873a3e24e578eb2b32627352c69ecd4f05add677 (patch) | |
tree | cf473ae3135d9dd638f64bf9e883decaf4a6130a /engines | |
parent | bd22db45025abe9449f9d7a05f36fd8b268fbb5c (diff) | |
download | scummvm-rg350-873a3e24e578eb2b32627352c69ecd4f05add677.tar.gz scummvm-rg350-873a3e24e578eb2b32627352c69ecd4f05add677.tar.bz2 scummvm-rg350-873a3e24e578eb2b32627352c69ecd4f05add677.zip |
Added an English Bargon Attack Amiga/AtariST version, as provided by pwigren in bug #1764174
svn-id: r28366
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 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", |