[Scummvm-cvs-logs] CVS: scummvm/simon game.cpp,1.22,1.23 intern.h,1.58,1.59

kirben kirben at users.sourceforge.net
Mon Dec 5 04:03:05 CET 2005


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

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

Add another English version of Simon the Sorcerer 2 (DOS Floppy).


Index: game.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/game.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- game.cpp	30 Nov 2005 05:50:10 -0000	1.22
+++ game.cpp	5 Dec 2005 12:02:23 -0000	1.23
@@ -170,6 +170,12 @@
 	{ GID_SIMON2DOS,       "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
 	{ GID_SIMON2DOS,       "2082f8d02075e590300478853a91ffd9", "tbllist", false},
 
+	{ GID_SIMON2DOS2,      "604d04315935e77624bd356ac926e068", "game32", false },
+	{ GID_SIMON2DOS2,      "72096a62d36e6034ea9fecc13b2dbdab", "icon.dat", false},
+	{ GID_SIMON2DOS2,      "aa6840420899a31874204f90bb214108", "simon2.gme", false},
+	{ GID_SIMON2DOS2,      "e229f84d46fa83f99b4a7115679f3fb6", "stripped.txt", false},
+	{ GID_SIMON2DOS2,      "2082f8d02075e590300478853a91ffd9", "tbllist", false},
+
 	{ GID_SIMON2DOS_RU,    "00000000000000000000000000000000", "game32", false },
 	{ GID_SIMON2DOS_RU,    "00000000000000000000000000000000", "icon.dat", false},
 	{ GID_SIMON2DOS_RU,    "00000000000000000000000000000000", "simon2.gme", false},
@@ -606,6 +612,19 @@
 		Common::kPlatformPC,
 	},
 
+	// Simon the Sorcerer 2 - English DOS Floppy
+	{
+		"simon2",
+		GType_SIMON2,
+		GID_SIMON2DOS2,
+		"Simon the Sorcerer 2 (DOS Floppy)",
+		ARRAYSIZE(SIMON2DOS_GameFiles),
+		SIMON2DOS_GameFiles,
+		0,
+		Common::EN_USA,
+		Common::kPlatformPC,
+	},
+
 	// Simon the Sorcerer 2 - English DOS CD Demo
 	{
 		"simon2",

Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/intern.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- intern.h	30 Nov 2005 05:50:10 -0000	1.58
+++ intern.h	5 Dec 2005 12:02:23 -0000	1.59
@@ -185,6 +185,7 @@
 	GID_SIMON1WIN_DE,
 
 	GID_SIMON2DOS,
+	GID_SIMON2DOS2,
 	GID_SIMON2DOS_RU,
 	GID_SIMON2DEMO,
 	GID_SIMON2TALKIE,





More information about the Scummvm-git-logs mailing list