diff options
author | Sven Hesse | 2008-02-16 22:32:24 +0000 |
---|---|---|
committer | Sven Hesse | 2008-02-16 22:32:24 +0000 |
commit | 9146cf360301f5bd1822a111c9e49b8e8f497211 (patch) | |
tree | 7ad98ae72195cca9819f5699ecf7312f8a863464 /engines/gob | |
parent | dc7fd7177de23c8507509aa66cf166618a36975c (diff) | |
download | scummvm-rg350-9146cf360301f5bd1822a111c9e49b8e8f497211.tar.gz scummvm-rg350-9146cf360301f5bd1822a111c9e49b8e8f497211.tar.bz2 scummvm-rg350-9146cf360301f5bd1822a111c9e49b8e8f497211.zip |
Added a MD5 for another Gob2 Amiga Demo, as supplied by polluks in bug report #1895126
svn-id: r30884
Diffstat (limited to 'engines/gob')
-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 4c2227ec47..ef36617289 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -620,6 +620,19 @@ static const GOBGameDescription gameDescriptions[] = { kFeaturesNone, "intro" }, + { // Supplied by polluks in bug report #1895126 + { + "gob2", + "Interactive Demo", + AD_ENTRY1s("intro.stk", "9fa85aea959fa8c582085855fbd99346", 553063), + UNK_LANG, + kPlatformAmiga, + Common::ADGF_DEMO + }, + kGameTypeGob2, + kFeaturesNone, + "intro" + }, { { "ween", |