diff options
author | Travis Howell | 2006-02-01 11:01:55 +0000 |
---|---|---|
committer | Travis Howell | 2006-02-01 11:01:55 +0000 |
commit | 303d19afcbbddfccb420535c87fab3cced6c56eb (patch) | |
tree | e7ad426b382d459b54cfdc77af8716565d29a33e /simon | |
parent | 80892282fe4f7fb0327668a20e3a775ab7a28bf1 (diff) | |
download | scummvm-rg350-303d19afcbbddfccb420535c87fab3cced6c56eb.tar.gz scummvm-rg350-303d19afcbbddfccb420535c87fab3cced6c56eb.tar.bz2 scummvm-rg350-303d19afcbbddfccb420535c87fab3cced6c56eb.zip |
Add another German versions of Simon the Sorcerer 2 (Dos CD).
svn-id: r20340
Diffstat (limited to 'simon')
-rw-r--r-- | simon/game.cpp | 19 | ||||
-rw-r--r-- | simon/intern.h | 1 |
2 files changed, 20 insertions, 0 deletions
diff --git a/simon/game.cpp b/simon/game.cpp index 2a79c61306..36bdf65c14 100644 --- a/simon/game.cpp +++ b/simon/game.cpp @@ -244,6 +244,12 @@ static GameMD5 gameMD5[] = { { GID_SIMON2TALKIE_DE, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false}, { GID_SIMON2TALKIE_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false}, + { GID_SIMON2TALKIE_DE2,"a76ea940076b5d9316796dea225a9b69", "gsptr30", false }, + { GID_SIMON2TALKIE_DE2,"72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false}, + { GID_SIMON2TALKIE_DE2,"ec9f0f24fd895e7ea72e3c8e448c0240", "simon2.gme", false }, + { GID_SIMON2TALKIE_DE2,"6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false}, + { GID_SIMON2TALKIE_DE2,"2082f8d02075e590300478853a91ffd9", "tbllist", false}, + { GID_SIMON2TALKIE_HB, "952a2b1be23c3c609ba8d988a9a1627d", "gsptr30", false }, { GID_SIMON2TALKIE_HB, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false}, { GID_SIMON2TALKIE_HB, "a2b249a82ea182af09789eb95fb6c5be", "simon2.gme", false }, @@ -814,6 +820,19 @@ static GameDescription gameDescriptions[] = { Common::kPlatformPC, }, + // Simon the Sorcerer 2 - German DOS CD alternate? + { + "simon2", + GType_SIMON2, + GID_SIMON2TALKIE_DE2, + "Simon the Sorcerer 2 (German DOS CD)", + ARRAYSIZE(SIMON2_GameFiles), + SIMON2_GameFiles, + GF_TALKIE, + Common::DE_DEU, + Common::kPlatformPC, + }, + // Simon the Sorcerer 2 - Hebrew DOS CD { "simon2", diff --git a/simon/intern.h b/simon/intern.h index 9b92db7e38..64295da51a 100644 --- a/simon/intern.h +++ b/simon/intern.h @@ -197,6 +197,7 @@ enum GameIds { GID_SIMON2TALKIE, GID_SIMON2TALKIE2, GID_SIMON2TALKIE_DE, + GID_SIMON2TALKIE_DE2, GID_SIMON2TALKIE_FR, GID_SIMON2TALKIE_HB, GID_SIMON2TALKIE_IT, |