[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.30,1.31 intern.h,1.63,1.64

kirben kirben at users.sourceforge.net
Wed Feb 1 03:03:09 CET 2006


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

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

Add another German versions of Simon the Sorcerer 2 (Dos CD).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- game.cpp	18 Jan 2006 17:39:50 -0000	1.30
+++ game.cpp	1 Feb 2006 11:01:55 -0000	1.31
@@ -244,6 +244,12 @@
 	{ GID_SIMON2TALKIE_DE, "6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
 	{ GID_SIMON2TALKIE_DE, "2082f8d02075e590300478853a91ffd9", "tbllist", false},
 
+	{ GID_SIMON2TALKIE_DE2,"a76ea940076b5d9316796dea225a9b69", "gsptr30", false },
+	{ GID_SIMON2TALKIE_DE2,"72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+	{ GID_SIMON2TALKIE_DE2,"ec9f0f24fd895e7ea72e3c8e448c0240", "simon2.gme", false },
+	{ GID_SIMON2TALKIE_DE2,"6de6292c9ac11bfb2e70fdb0f773ba85", "stripped.txt", false},
+	{ GID_SIMON2TALKIE_DE2,"2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
 	{ GID_SIMON2TALKIE_HB, "952a2b1be23c3c609ba8d988a9a1627d", "gsptr30", false },
 	{ GID_SIMON2TALKIE_HB, "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
 	{ GID_SIMON2TALKIE_HB, "a2b249a82ea182af09789eb95fb6c5be", "simon2.gme", false },
@@ -814,6 +820,19 @@
 		Common::kPlatformPC,
 	},
 
+	// Simon the Sorcerer 2 - German DOS CD alternate?
+	{
+		"simon2",
+		GType_SIMON2,
+		GID_SIMON2TALKIE_DE2,
+		"Simon the Sorcerer 2 (German DOS CD)",
+		ARRAYSIZE(SIMON2_GameFiles),
+		SIMON2_GameFiles,
+		GF_TALKIE,
+		Common::DE_DEU,
+		Common::kPlatformPC,
+	},
+
 	// Simon the Sorcerer 2 - Hebrew DOS CD
 	{
 		"simon2",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- intern.h	18 Jan 2006 17:39:50 -0000	1.63
+++ intern.h	1 Feb 2006 11:01:55 -0000	1.64
@@ -197,6 +197,7 @@
 	GID_SIMON2TALKIE,
 	GID_SIMON2TALKIE2,
 	GID_SIMON2TALKIE_DE,
+	GID_SIMON2TALKIE_DE2,
 	GID_SIMON2TALKIE_FR,
 	GID_SIMON2TALKIE_HB,
 	GID_SIMON2TALKIE_IT,





More information about the Scummvm-git-logs mailing list