[Scummvm-cvs-logs] SF.net SVN: scummvm: [22574] scummvm/trunk/engines/simon

kirben at users.sourceforge.net kirben at users.sourceforge.net
Tue May 23 02:56:05 CEST 2006


Revision: 22574
Author:   kirben
Date:     2006-05-23 02:54:55 -0700 (Tue, 23 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22574&view=rev

Log Message:
-----------
Update details for Russian translations

Modified Paths:
--------------
    scummvm/trunk/engines/simon/game.cpp
    scummvm/trunk/engines/simon/intern.h
Modified: scummvm/trunk/engines/simon/game.cpp
===================================================================
--- scummvm/trunk/engines/simon/game.cpp	2006-05-23 09:46:48 UTC (rev 22573)
+++ scummvm/trunk/engines/simon/game.cpp	2006-05-23 09:54:55 UTC (rev 22574)
@@ -325,6 +325,14 @@
 	{ "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 @@
 		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",

Modified: scummvm/trunk/engines/simon/intern.h
===================================================================
--- scummvm/trunk/engines/simon/intern.h	2006-05-23 09:46:48 UTC (rev 22573)
+++ scummvm/trunk/engines/simon/intern.h	2006-05-23 09:54:55 UTC (rev 22574)
@@ -196,6 +196,7 @@
 	GID_SIMON1TALKIE_IT,
 	GID_SIMON1TALKIE_ES,
 	GID_SIMON1WIN,
+	GID_SIMON1WIN_RU,
 	GID_SIMON1WIN_DE,
 
 	GID_SIMON2DOS,


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list