diff options
author | Sven Hesse | 2007-01-31 20:00:48 +0000 |
---|---|---|
committer | Sven Hesse | 2007-01-31 20:00:48 +0000 |
commit | fd0e90588dc158911a35fe55a1bd4da76a708d35 (patch) | |
tree | 5848796dab74938af7f6a33a0d7e1ad6a0632421 /engines | |
parent | d3345ea7f1bc6294fea6959a47f2cab36d5fed7c (diff) | |
download | scummvm-rg350-fd0e90588dc158911a35fe55a1bd4da76a708d35.tar.gz scummvm-rg350-fd0e90588dc158911a35fe55a1bd4da76a708d35.tar.bz2 scummvm-rg350-fd0e90588dc158911a35fe55a1bd4da76a708d35.zip |
Added MD5 for the german Ween version, supplied by cartman_ on #scummvm
svn-id: r25315
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 91a65c5700..62ca5d888f 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -308,6 +308,17 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB2, "intro" }, + { // Supplied by cartman_ on #scummvm + { + "ween", + "", + AD_ENTRY1("intro.stk", "63170e71f04faba88673b3f510f9c4c8"), + DE_DEU, + kPlatformPC, + }, + GF_GOB2, + "intro" + }, { { "ween-demo", |