diff options
author | Sven Hesse | 2006-11-30 13:09:01 +0000 |
---|---|---|
committer | Sven Hesse | 2006-11-30 13:09:01 +0000 |
commit | c18f01d609fd5fb57810ee1a6b8fa1ecead83797 (patch) | |
tree | f291e5c200562b3e254306a94e373f6dab35ef7b | |
parent | 1e27dd5694bf5f853eeccbbdb2718773c70e0ec8 (diff) | |
download | scummvm-rg350-c18f01d609fd5fb57810ee1a6b8fa1ecead83797.tar.gz scummvm-rg350-c18f01d609fd5fb57810ee1a6b8fa1ecead83797.tar.bz2 scummvm-rg350-c18f01d609fd5fb57810ee1a6b8fa1ecead83797.zip |
Adding new Gob2 MD5 (closing bug #1605235)
svn-id: r24796
-rw-r--r-- | engines/gob/gob.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index 64f9cbfaff..4b3120c3c2 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -94,8 +94,12 @@ static const GameSettings gob_games[] = { {"gob2", "Gobliins 2 (DOS Fra)", GF_GOB2, Common::FR_FRA, "a13ecb4f6d8fd881ebbcc02e45cb5475", "intro"}, {"gob2", "Gobliins 2 (DOS Grb)", GF_GOB2, Common::EN_GRB, "b45b984ee8017efd6ea965b9becd4d66", "intro"}, {"gob2", "Gobliins 2 (DOS USA)", GF_GOB2, Common::EN_USA, "dedb5d31d8c8050a8cf77abedcc53dae", "intro"}, - {"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::DE_DEU, "a13892cdf4badda85a6f6fb47603a128", "intro"}, + {"gob2", "Gobliins 2 (DOS Deu)", GF_GOB2, Common::DE_DEU, "a13892cdf4badda85a6f6fb47603a128", "intro"}, {"gob2", "Gobliins 2 (DOS Ru)", GF_GOB2, Common::RU_RUS, "cd3e1df8b273636ee32e34b7064f50e8", "intro"}, + + // Supplied by blackwhiteeagle in bug report #1605235 + {"gob2", "Gobliins 2 (DOS Deu)", GF_GOB2, Common::DE_DEU, "3e4e7db0d201587dd2df4003b2993ef6", "intro"}, + // CD 1.000. {"gob2", "Gobliins 2 (CD)", GF_GOB2, Common::EN_USA, "9de5fbb41cf97182109e5fecc9d90347", "intro"}, // CD 1.01 |