diff options
author | Eugene Sandulenko | 2007-05-26 15:28:31 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2007-05-26 15:28:31 +0000 |
commit | ea2fb0a211c6480013b2ff6198b9256aa5b11f42 (patch) | |
tree | d455efd69e5e9dc5204c6d06882411dc948141c2 /engines | |
parent | dcf368c3a49c1954809eb8dd4291087761f0a380 (diff) | |
download | scummvm-rg350-ea2fb0a211c6480013b2ff6198b9256aa5b11f42.tar.gz scummvm-rg350-ea2fb0a211c6480013b2ff6198b9256aa5b11f42.tar.bz2 scummvm-rg350-ea2fb0a211c6480013b2ff6198b9256aa5b11f42.zip |
Add Italian versions as supplied in bug #1722142: "GOB: italian md5 of Ween
and Bargon"
svn-id: r26940
Diffstat (limited to 'engines')
-rw-r--r-- | engines/gob/detection.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/gob/detection.cpp b/engines/gob/detection.cpp index 07888e2e80..246ffa3b44 100644 --- a/engines/gob/detection.cpp +++ b/engines/gob/detection.cpp @@ -654,6 +654,18 @@ static const GOBGameDescription gameDescriptions[] = { GF_GOB2, "intro" }, + { // Supplied by glorfindel in bugreport #1722142 + { + "ween", + "", + AD_ENTRY1s("intro.stk", "8b57cd510da8a3bbd99e3a0297a8ebd1", 7018771), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_GOB2, + "intro" + }, { { "ween", @@ -726,6 +738,18 @@ static const GOBGameDescription gameDescriptions[] = { GF_BARGON, "intro" }, + { // Supplied by glorfindel in bugreport #1722142 + { + "bargon", + "Fanmade", + AD_ENTRY1s("intro.stk", "da3c54be18ab73fbdb32db24624a9c23", 3181825), + IT_ITA, + kPlatformPC, + Common::ADGF_NO_FLAGS + }, + GF_BARGON, + "intro" + }, { { "gob3", |