[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.15,1.16 intern.h,1.53,1.54

kirben kirben at users.sourceforge.net
Mon Nov 21 00:36:01 CET 2005


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

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

Add German version of Simon the Sorcerer 1 (DOS Floppy).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- game.cpp	20 Nov 2005 09:57:24 -0000	1.15
+++ game.cpp	21 Nov 2005 08:35:11 -0000	1.16
@@ -86,6 +86,11 @@
 	{ GID_SIMON1DOS,       "2af9affc5981eec44b90d4c556145cb8", "stripped.txt", false},
 	{ GID_SIMON1DOS,       "d198a80de2c59e4a0cd24b98814849e8", "tbllist", false},
 
+	{ GID_SIMON1DOS_DE,    "063015e6ce7d90b570dbc21fe0c667b1 ", "gamepc", false },
+	{ GID_SIMON1DOS_DE,    "22107c24dfb31b66ac503c28a6e20b19 ", "icon.dat", false},
+	{ GID_SIMON1DOS_DE,    "c95a0a1ee973e19c2a1c5d12026c139f ", "stripped.txt", false},
+	{ GID_SIMON1DOS_DE,    "d198a80de2c59e4a0cd24b98814849e8 ", "tbllist", false},
+
 	{ GID_SIMON1DOS_RU,    "605fb866e03ec1c41b10c6a518ddfa49", "gamepc", false },
 	{ GID_SIMON1DOS_RU,    "22107c24dfb31b66ac503c28a6e20b19", "icon.dat", false},
 	{ GID_SIMON1DOS_RU,    "2af9affc5981eec44b90d4c556145cb8", "stripped.txt", false},
@@ -411,6 +416,19 @@
 		Common::kPlatformPC,
 	},
 
+	// Simon the Sorcerer 1 - German DOS Floppy
+	{
+		"simon1",
+		GType_SIMON1,
+		GID_SIMON1DOS_DE,
+		"Simon the Sorcerer 1 (De DOS Floppy)",
+		ARRAYSIZE(SIMON1DOS_GameFiles),
+		SIMON1DOS_GameFiles,
+		GF_OLD_BUNDLE,
+		Common::DE_DEU,
+		Common::kPlatformPC,
+	},
+
 	// Simon the Sorcerer 1 - English DOS CD
 	{
 		"simon1",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- intern.h	20 Nov 2005 09:57:24 -0000	1.53
+++ intern.h	21 Nov 2005 08:35:11 -0000	1.54
@@ -163,6 +163,7 @@
 
 enum GameIds {
 	GID_SIMON1DOS,
+	GID_SIMON1DOS_DE,
 	GID_SIMON1DOS_RU,
 	GID_SIMON1DEMO,
 	GID_SIMON1AMIGA,





More information about the Scummvm-git-logs mailing list