diff options
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 } }; |