aboutsummaryrefslogtreecommitdiff
path: root/engines/simon
diff options
context:
space:
mode:
authorTravis Howell2006-05-23 09:54:55 +0000
committerTravis Howell2006-05-23 09:54:55 +0000
commitb1950909e8f8b5be979b2ba3217f0eaa3a60d141 (patch)
tree0513588fd4dad02b31662e3f2c0e739a6f630ac1 /engines/simon
parentdfda0555c30cddead57901d773ece584b1439c0d (diff)
downloadscummvm-rg350-b1950909e8f8b5be979b2ba3217f0eaa3a60d141.tar.gz
scummvm-rg350-b1950909e8f8b5be979b2ba3217f0eaa3a60d141.tar.bz2
scummvm-rg350-b1950909e8f8b5be979b2ba3217f0eaa3a60d141.zip
Update details for Russian translations
svn-id: r22574
Diffstat (limited to 'engines/simon')
-rw-r--r--engines/simon/game.cpp21
-rw-r--r--engines/simon/intern.h1
2 files changed, 22 insertions, 0 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp
index 2498f997ce..ff1e69d887 100644
--- a/engines/simon/game.cpp
+++ b/engines/simon/game.cpp
@@ -325,6 +325,14 @@ static GameFileDescription SIMON1WIN_GameFiles[] = {
{ "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8"},
};
+static GameFileDescription SIMON1WIN_RU_GameFiles[] = {
+ { "gamepc", GAME_BASEFILE, "4536a706412b36d628f12142bfa97af0"},
+ { "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19"},
+ { "simon.gme", GAME_GMEFILE, "b1b18d0731b64c0738c5cc4a2ee792fc"},
+ { "stripped.txt", GAME_STRFILE, "a27e87a9ba21212d769804b3df47bfb2"},
+ { "tbllist", GAME_TBLFILE, "d198a80de2c59e4a0cd24b98814849e8"},
+};
+
static GameFileDescription SIMON1WIN_DE_GameFiles[] = {
{ "gamepc", GAME_BASEFILE, "48b1f3499e2e0d731047f4d481ff7817"},
{ "icon.dat", GAME_ICONFILE, "22107c24dfb31b66ac503c28a6e20b19"},
@@ -862,6 +870,19 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformWindows,
},
+ // Simon the Sorcerer 1 - English Windows CD with Russian patch
+ {
+ "simon1",
+ GType_SIMON1,
+ GID_SIMON1WIN_RU,
+ "CD",
+ ARRAYSIZE(SIMON1WIN_RU_GameFiles),
+ SIMON1WIN_RU_GameFiles,
+ GF_TALKIE,
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ },
+
// Simon the Sorcerer 1 - German Windows CD
{
"simon1",
diff --git a/engines/simon/intern.h b/engines/simon/intern.h
index 8881fd4a27..37c1ee94cc 100644
--- a/engines/simon/intern.h
+++ b/engines/simon/intern.h
@@ -196,6 +196,7 @@ enum GameIds {
GID_SIMON1TALKIE_IT,
GID_SIMON1TALKIE_ES,
GID_SIMON1WIN,
+ GID_SIMON1WIN_RU,
GID_SIMON1WIN_DE,
GID_SIMON2DOS,