Add German version of Simon the Sorcerer 1 (DOS Floppy).

svn-id: r19681
This commit is contained in:
Travis Howell 2005-11-21 08:35:11 +00:00
parent 47788dee25
commit 92d377d5d1
2 changed files with 19 additions and 0 deletions

View File

@ -86,6 +86,11 @@ static GameMD5 gameMD5[] = {
{ GID_SIMON1DOS, "2af9affc5981eec44b90d4c556145cb8", "stripped.txt", false},
{ GID_SIMON1DOS, "d198a80de2c59e4a0cd24b98814849e8", "tbllist", false},
{ GID_SIMON1DOS_DE, "063015e6ce7d90b570dbc21fe0c667b1 ", "gamepc", false },
{ GID_SIMON1DOS_DE, "22107c24dfb31b66ac503c28a6e20b19 ", "icon.dat", false},
{ GID_SIMON1DOS_DE, "c95a0a1ee973e19c2a1c5d12026c139f ", "stripped.txt", false},
{ GID_SIMON1DOS_DE, "d198a80de2c59e4a0cd24b98814849e8 ", "tbllist", false},
{ GID_SIMON1DOS_RU, "605fb866e03ec1c41b10c6a518ddfa49", "gamepc", false },
{ GID_SIMON1DOS_RU, "22107c24dfb31b66ac503c28a6e20b19", "icon.dat", false},
{ GID_SIMON1DOS_RU, "2af9affc5981eec44b90d4c556145cb8", "stripped.txt", false},
@ -411,6 +416,19 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformPC,
},
// Simon the Sorcerer 1 - German DOS Floppy
{
"simon1",
GType_SIMON1,
GID_SIMON1DOS_DE,
"Simon the Sorcerer 1 (De DOS Floppy)",
ARRAYSIZE(SIMON1DOS_GameFiles),
SIMON1DOS_GameFiles,
GF_OLD_BUNDLE,
Common::DE_DEU,
Common::kPlatformPC,
},
// Simon the Sorcerer 1 - English DOS CD
{
"simon1",

View File

@ -163,6 +163,7 @@ enum GameFileTypes {
enum GameIds {
GID_SIMON1DOS,
GID_SIMON1DOS_DE,
GID_SIMON1DOS_RU,
GID_SIMON1DEMO,
GID_SIMON1AMIGA,