[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.12,1.13 intern.h,1.49,1.50

kirben kirben at users.sourceforge.net
Thu Nov 17 17:00:01 CET 2005


Update of /cvsroot/scummvm/scummvm/simon
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22460/simon

Modified Files:
	game.cpp intern.h 
Log Message:

Add Polish version of Simon the Sorcerer 2 (Windows).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- game.cpp	17 Nov 2005 10:05:07 -0000	1.12
+++ game.cpp	18 Nov 2005 00:59:47 -0000	1.13
@@ -195,6 +195,12 @@
 	{ GID_SIMON2WIN_DE,    "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
 	{ GID_SIMON2WIN_DE,    "2082f8d02075e590300478853a91ffd9", "tbllist", false},
 
+	{ GID_SIMON2WIN_PL,    "657fd873f5d0637097ee02315b447e6f", "gsptr30", false },
+	{ GID_SIMON2WIN_PL,    "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+	{ GID_SIMON2WIN_PL,    "7b9afcf82a94722707e0d025c0192be8", "simon2.gme", false },
+	{ GID_SIMON2WIN_PL,    "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
+	{ GID_SIMON2WIN_PL,    "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
 	{ GID_FEEBLEFILES_2CD, "629762ea9ca9ee9ff85f4774d219f5c7", "game22", false },
 	{ GID_FEEBLEFILES_2CD, "0bbfee8e69739111eb36b0d138da8ddf", "tbllist", false},
 
@@ -580,6 +586,19 @@
 		Common::kPlatformWindows,
 	},
 
+	// Simon the Sorcerer 2 - Polish Windows CD
+	{
+		"simon2",
+		GType_SIMON2,
+		GID_SIMON2WIN_PL,
+		"Simon the Sorcerer 2 (Pl Windows CD)",
+		ARRAYSIZE(SIMON2_GameFiles),
+		SIMON2_GameFiles,
+		GF_TALKIE,
+		Common::PL_POL,
+		Common::kPlatformWindows,
+	},
+
 	// The Feeble Files - English 2CD
 	{
 		"feeble",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- intern.h	16 Nov 2005 12:28:06 -0000	1.49
+++ intern.h	18 Nov 2005 00:59:47 -0000	1.50
@@ -189,6 +189,7 @@
 	GID_SIMON2TALKIE_ES,
 	GID_SIMON2WIN,
 	GID_SIMON2WIN_DE,
+	GID_SIMON2WIN_PL,
 
 	GID_FEEBLEFILES_2CD,
 	GID_FEEBLEFILES_4CD,





More information about the Scummvm-git-logs mailing list