diff options
author | Travis Howell | 2006-10-21 09:42:25 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-21 09:42:25 +0000 |
commit | 59103e6eb10ff581678d552a63eb764a0d0ea0f3 (patch) | |
tree | 2d334a7561174822f2ffb1c352b7507157c05411 /engines/agos | |
parent | 399f8381a970133a6a6247d49eaf57b7a811d902 (diff) | |
download | scummvm-rg350-59103e6eb10ff581678d552a63eb764a0d0ea0f3.tar.gz scummvm-rg350-59103e6eb10ff581678d552a63eb764a0d0ea0f3.tar.bz2 scummvm-rg350-59103e6eb10ff581678d552a63eb764a0d0ea0f3.zip |
Add Czech version of Simon the Sorcerer 2 (Windows CD)
svn-id: r24399
Diffstat (limited to 'engines/agos')
-rw-r--r-- | engines/agos/agosgame.cpp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/engines/agos/agosgame.cpp b/engines/agos/agosgame.cpp index ac2655da12..3d28de6e5c 100644 --- a/engines/agos/agosgame.cpp +++ b/engines/agos/agosgame.cpp @@ -436,6 +436,14 @@ static const ADGameFileDescription SIMON2TALKIE_ES_GameFiles[] = { { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9"}, }; +static const ADGameFileDescription SIMON2WIN_CZ_GameFiles[] = { + { "gsptr30", GAME_BASEFILE, "eb8217f9ec4628d12ca606033146c48c"}, + { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab"}, + { "simon2.gme", GAME_GMEFILE, "2d1074788501c55dcd9e59269ea0aaed"}, + { "stripped.txt", GAME_STRFILE, "e229f84d46fa83f99b4a7115679f3fb6"}, + { "tbllist", GAME_TBLFILE, "2082f8d02075e590300478853a91ffd9"}, +}; + static const ADGameFileDescription SIMON2WIN_GameFiles[] = { { "gsptr30", GAME_BASEFILE, "608e277904d87dd28725fa08eacc2c0d"}, { "icon.dat", GAME_ICONFILE, "72096a62d36e6034ea9fecc13b2dbdab"}, @@ -1483,6 +1491,22 @@ static const AGOSGameDescription gameDescriptions[] = { GF_TALKIE, }, + // Simon the Sorcerer 2 - Czech Windows CD + { + { + "simon2", + "CD", + ARRAYSIZE(SIMON2WIN_CZ_GameFiles), + SIMON2WIN_CZ_GameFiles, + Common::CZ_CZE, + Common::kPlatformWindows, + }, + + GType_SIMON2, + GID_SIMON2TALKIE, + GF_TALKIE, + }, + // Simon the Sorcerer 2 - English Windows CD { { |