diff options
author | Sven Hesse | 2008-09-02 21:29:06 +0000 |
---|---|---|
committer | Sven Hesse | 2008-09-02 21:29:06 +0000 |
commit | eadde9d6e448d1c4910d512a52ea5e1b06269a90 (patch) | |
tree | d329c4c60531c7d5c22c7b086de78e314e0e746b /engines | |
parent | 741364602cc8a220f2d7cb23074efa48621c0cda (diff) | |
download | scummvm-rg350-eadde9d6e448d1c4910d512a52ea5e1b06269a90.tar.gz scummvm-rg350-eadde9d6e448d1c4910d512a52ea5e1b06269a90.tar.bz2 scummvm-rg350-eadde9d6e448d1c4910d512a52ea5e1b06269a90.zip |
Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734
svn-id: r34287
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 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", |