[Scummvm-cvs-logs] SF.net SVN: scummvm: [24398] scummvm/branches/branch-0-9-0/engines/simon/ game.cpp

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Oct 21 11:42:14 CEST 2006


Revision: 24398
          http://svn.sourceforge.net/scummvm/?rev=24398&view=rev
Author:   kirben
Date:     2006-10-21 02:42:09 -0700 (Sat, 21 Oct 2006)

Log Message:
-----------
Add Czech version of Simon the Sorcerer 2 (Windows CD)

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/engines/simon/game.cpp

Modified: scummvm/branches/branch-0-9-0/engines/simon/game.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/engines/simon/game.cpp	2006-10-21 01:51:59 UTC (rev 24397)
+++ scummvm/branches/branch-0-9-0/engines/simon/game.cpp	2006-10-21 09:42:09 UTC (rev 24398)
@@ -487,6 +487,14 @@
 	{ "tbllist",		GAME_TBLFILE,	"2082f8d02075e590300478853a91ffd9"},
 };
 
+static GameFileDescription SIMON2WIN_CZ_GameFiles[] = {
+	{ "gsptr30",		GAME_BASEFILE,	"eb8217f9ec4628d12ca606033146c48c"},
+	{ "icon.dat",		GAME_ICONFILE,	"72096a62d36e6034ea9fecc13b2dbdab"},
+	{ "simon2.gme",		GAME_GMEFILE,	"2d1074788501c55dcd9e59269ea0aaed"},
+	{ "stripped.txt",	GAME_STRFILE,	"e229f84d46fa83f99b4a7115679f3fb6"},
+	{ "tbllist",		GAME_TBLFILE,	"2082f8d02075e590300478853a91ffd9"},
+};
+
 static GameFileDescription SIMON2WIN_GameFiles[] = {
 	{ "gsptr30",		GAME_BASEFILE,	"608e277904d87dd28725fa08eacc2c0d"},
 	{ "icon.dat",		GAME_ICONFILE,	"72096a62d36e6034ea9fecc13b2dbdab"},
@@ -1147,6 +1155,19 @@
 		Common::kPlatformPC,
 	},
 
+	// Simon the Sorcerer 2 - Czech Windows CD
+	{
+		"simon2",
+		GType_SIMON2,
+		GID_SIMON2TALKIE,
+		"CD",
+		ARRAYSIZE(SIMON2WIN_CZ_GameFiles),
+		SIMON2WIN_CZ_GameFiles,
+		GF_TALKIE,
+		Common::CZ_CZE,
+		Common::kPlatformWindows,
+	},
+
 	// Simon the Sorcerer 2 - English Windows CD
 	{
 		"simon2",


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