diff options
author | Eugene Sandulenko | 2006-05-28 13:28:10 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2006-05-28 13:28:10 +0000 |
commit | b99d128a1df5b767853436dd1b3e9ae651b8c4da (patch) | |
tree | 75d598b68e8be26ce6c176dcd331fb9c8998b48e | |
parent | 28114e30072f7a005e71170cb40c8a6cde9f3b15 (diff) | |
download | scummvm-rg350-b99d128a1df5b767853436dd1b3e9ae651b8c4da.tar.gz scummvm-rg350-b99d128a1df5b767853436dd1b3e9ae651b8c4da.tar.bz2 scummvm-rg350-b99d128a1df5b767853436dd1b3e9ae651b8c4da.zip |
Add reported Gob2 german floppy.
svn-id: r22720
-rw-r--r-- | engines/gob/gob.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp index b883de37c0..fd6f67c601 100644 --- a/engines/gob/gob.cpp +++ b/engines/gob/gob.cpp @@ -88,6 +88,7 @@ static const GameSettings gob_games[] = { {"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::FR_FRA, "abb5f762f9979d4253002de20f6e7b56"}, {"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::EN_GRB, "9b6de65d811c08eebf50391b84fcba92"}, {"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::EN_USA, "54d59c200e3823ad0af11a605a6fd06a"}, + {"gob2", "Gobliins 2 (DOS)", GF_GOB2, Common::DE_DEU, "a13892cdf4badda85a6f6fb47603a128"}, {"gob2", "Gobliins 2 (DOS Ru)", GF_GOB2, Common::RU_RUS, "b6d47494bf88398ae59c1b5656cafce4"}, // CD 1.000. {"gob2", "Gobliins 2 (CD)", GF_GOB2, Common::EN_USA, "02bf538fd8003b8da23a3546299c3df4"}, |