diff options
author | Travis Howell | 2006-12-30 01:20:19 +0000 |
---|---|---|
committer | Travis Howell | 2006-12-30 01:20:19 +0000 |
commit | b0cd34a28b055199b66d36664d943671d44fbc93 (patch) | |
tree | 92b13c26e1a40e6ab499211bc12f25187ab36906 /engines | |
parent | 2e5b25e15df4d820ba88d50917005720280e871c (diff) | |
download | scummvm-rg350-b0cd34a28b055199b66d36664d943671d44fbc93.tar.gz scummvm-rg350-b0cd34a28b055199b66d36664d943671d44fbc93.tar.bz2 scummvm-rg350-b0cd34a28b055199b66d36664d943671d44fbc93.zip |
Add German version of PP - Swampy Adventures
svn-id: r24951
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/agosgame.cpp | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index 1687d2229d..f3fcca7707 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -1751,7 +1751,7 @@ static const AGOSGameDescription gameDescriptions[] = { GF_OLD_BUNDLE | GF_TALKIE, }, - // Simon the Sorcerer's Puzzle Pack - Swampy Adventures + // Simon the Sorcerer's Puzzle Pack - Swampy Adventures - English { { "swampy", @@ -1769,5 +1769,24 @@ static const AGOSGameDescription gameDescriptions[] = { GID_SWAMPY, GF_OLD_BUNDLE | GF_TALKIE, }, + + // Simon the Sorcerer's Puzzle Pack - Swampy Adventures - German + { + { + "swampy", + "CD", + + { + { "Gswampy", GAME_BASEFILE, "4b44f26f51c9c4a16210b4ff9875d24c"}, + { NULL, 0, NULL} + }, + Common::DE_DEU, + Common::kPlatformWindows, + }, + + GType_PP, + GID_SWAMPY, + GF_OLD_BUNDLE | GF_TALKIE, + }, { { NULL, NULL, {NULL, 0, NULL}, Common::UNK_LANG, Common::kPlatformUnknown }, 0, 0, 0 } }; |