diff options
author | Travis Howell | 2007-02-13 12:14:27 +0000 |
---|---|---|
committer | Travis Howell | 2007-02-13 12:14:27 +0000 |
commit | 0d418ee6bac52bb88e810042a3b6e883d6bd4a67 (patch) | |
tree | 3b36b44f58dc8029505a37797ad12939d57cdaed /engines | |
parent | 55adc889e7f639394e1830ffdafffe38279db17c (diff) | |
download | scummvm-rg350-0d418ee6bac52bb88e810042a3b6e883d6bd4a67.tar.gz scummvm-rg350-0d418ee6bac52bb88e810042a3b6e883d6bd4a67.tar.bz2 scummvm-rg350-0d418ee6bac52bb88e810042a3b6e883d6bd4a67.zip |
Add Spanish version of Swampy Adventures.
svn-id: r25540
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/agosgame.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index 1120ef9e2b..e1dca2acd3 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -2059,5 +2059,25 @@ static const AGOSGameDescription gameDescriptions[] = { GID_SWAMPY, GF_OLD_BUNDLE | GF_TALKIE }, + + // Simon the Sorcerer's Puzzle Pack - Swampy Adventures - Spanish + { + { + "swampy", + "CD", + + { + { "Gswampy", GAME_BASEFILE, "a534faabea5881d1f350544362edab87", -1}, + { NULL, 0, NULL, 0} + }, + Common::ES_ESP, + Common::kPlatformWindows, + Common::GF_NO_FLAGS + }, + + GType_PP, + GID_SWAMPY, + GF_OLD_BUNDLE | GF_TALKIE + }, { AD_TABLE_END_MARKER, 0, 0, 0 } }; |