diff options
author | Sven Hesse | 2007-02-12 21:26:52 +0000 |
---|---|---|
committer | Sven Hesse | 2007-02-12 21:26:52 +0000 |
commit | 9e30a6e990d1556e0d051e965e4a36263a8c7f4a (patch) | |
tree | 875b88d226652dac140e5ee555754b75cc1bcfd6 | |
parent | f644986f87f7e42b7b9494d99e09a1aec6c02832 (diff) | |
download | scummvm-rg350-9e30a6e990d1556e0d051e965e4a36263a8c7f4a.tar.gz scummvm-rg350-9e30a6e990d1556e0d051e965e4a36263a8c7f4a.tar.bz2 scummvm-rg350-9e30a6e990d1556e0d051e965e4a36263a8c7f4a.zip |
Adding MD5s supplied by vampir_raziel in bug report #1658373
svn-id: r25538
-rw-r--r-- | engines/gob/detection.cpp | 37 |
1 files changed, 35 insertions, 2 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index f7b1b6c783..8f10ef08ee 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -546,11 +546,44 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB2, "intro" }, - { + { // Supplied by vampir_raziel in bug report #1658373 + { + "ween", + "", + AD_ENTRY1s("intro.stk", "bfd9d02faf3d8d60a2cf744f95eb48dd", 456570), + EN_GRB, + kPlatformAmiga, + }, + GF_GOB2, + "intro" + }, + { // Supplied by vampir_raziel in bug report #1658373 + { + "ween", + "", + AD_ENTRY1s("intro.stk", "af83debf2cbea21faa591c7b4608fe92", 458192), + DE_DEU, + kPlatformAmiga, + }, + GF_GOB2, + "intro" + }, + { // Supplied by vampir_raziel in bug report #1658373 + { + "ween", + "", + AD_ENTRY1s("intro.stk", "257fe669705ac4971efdfd5656eef16a", 457719), + FR_FRA, + kPlatformAmiga, + }, + GF_GOB2, + "intro" + }, + { // Supplied by vampir_raziel in bug report #1658373 { "ween", "", - AD_ENTRY1("intro.stk", "257fe669705ac4971efdfd5656eef16a"), + AD_ENTRY1s("intro.stk", "dffd1ab98fe76150d6933329ca6f4cc4", 459458), FR_FRA, kPlatformAmiga, }, |