diff options
author | Travis Howell | 2005-11-20 09:27:47 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-20 09:27:47 +0000 |
commit | 20c9a650d381b8a00e76d3343b00c439a30ccf3c (patch) | |
tree | 32935b07a6c8d6b7bb6f96bde05894b2772a76ac /simon | |
parent | 3137cc818a8612f55999c017485a8c5f1461c812 (diff) | |
download | scummvm-rg350-20c9a650d381b8a00e76d3343b00c439a30ccf3c.tar.gz scummvm-rg350-20c9a650d381b8a00e76d3343b00c439a30ccf3c.tar.bz2 scummvm-rg350-20c9a650d381b8a00e76d3343b00c439a30ccf3c.zip |
Add another German version of Simon the Sorcerer 2 (Windows CD)
svn-id: r19676
Diffstat (limited to 'simon')
-rw-r--r-- | simon/game.cpp | 21 | ||||
-rw-r--r-- | simon/intern.h | 1 |
2 files changed, 21 insertions, 1 deletions
diff --git a/simon/game.cpp b/simon/game.cpp index bb2bfa79de..8af30c45d4 100644 --- a/simon/game.cpp +++ b/simon/game.cpp @@ -195,6 +195,12 @@ static GameMD5 gameMD5[] = { { GID_SIMON2WIN_DE, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false}, { GID_SIMON2WIN_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false}, + { GID_SIMON2WIN_DE2, "9e858b3bb189c134c3a5f34c3385a8d3", "gsptr30", false }, + { GID_SIMON2WIN_DE2, "ee92d1f84893195a60449f2430d07285", "icon.dat", false}, + { GID_SIMON2WIN_DE2, "16d574da07e93bcae43cee353dab8c7e", "simon2.gme", false }, + { GID_SIMON2WIN_DE2, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false}, + { GID_SIMON2WIN_DE2, "2082f8d02075e590300478853a91ffd9", "tbllist", false}, + { GID_SIMON2WIN_PL, "657fd873f5d0637097ee02315b447e6f", "gsptr30", false }, { GID_SIMON2WIN_PL, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false}, { GID_SIMON2WIN_PL, "7b9afcf82a94722707e0d025c0192be8", "simon2.gme", false }, @@ -338,7 +344,7 @@ static GameDescription gameDescriptions[] = { Common::kPlatformPC, }, - // Simon the Sorcerer 1 - Russian DOS Floppy (Infocom) + // Simon the Sorcerer 1 - English DOS Floppy (Infocom) with Russian patch { "simon1", GType_SIMON1, @@ -586,6 +592,19 @@ static GameDescription gameDescriptions[] = { Common::kPlatformWindows, }, + // Simon the Sorcerer 2 - German Windows CD 1.1 + { + "simon2", + GType_SIMON2, + GID_SIMON2WIN_DE2, + "Simon the Sorcerer 2 (De Windows CD)", + ARRAYSIZE(SIMON2_GameFiles), + SIMON2_GameFiles, + GF_TALKIE, + Common::DE_DEU, + Common::kPlatformWindows, + }, + // Simon the Sorcerer 2 - Polish Windows CD { "simon2", diff --git a/simon/intern.h b/simon/intern.h index cbfbf3c2a4..81752d295f 100644 --- a/simon/intern.h +++ b/simon/intern.h @@ -189,6 +189,7 @@ enum GameIds { GID_SIMON2TALKIE_ES, GID_SIMON2WIN, GID_SIMON2WIN_DE, + GID_SIMON2WIN_DE2, GID_SIMON2WIN_PL, GID_FEEBLEFILES_2CD, |