[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.cpp,1.53,1.54

Jonathan Gray khalek at users.sourceforge.net
Fri Jun 25 20:27:02 CEST 2004


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

Modified Files:
	scumm.cpp 
Log Message:
add catalog2 target

Index: scumm.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.cpp,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- scumm.cpp	25 Jun 2004 11:55:23 -0000	1.53
+++ scumm.cpp	26 Jun 2004 03:26:20 -0000	1.54
@@ -216,6 +216,8 @@
 	// Humongous Entertainment Scumm Version 6 (Windows versions are version 7 actually)
 	{"catalog", "Humongous Interactive Catalog", GID_HEGAME, 6, 70, MDT_NONE,
 	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
+	{"catalog2", "Humongous Interactive Catalog 2", GID_HEGAME, 6, 70, MDT_NONE,
+	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
 	{"farm", "Let's Explore the Farm with Buzzy", GID_HEGAME, 6, 70, MDT_NONE,
 	 GF_NEW_OPCODES | GF_USE_KEY | GF_HUMONGOUS | GF_NEW_COSTUMES, 0},
 	{"farmdemo", "Let's Explore the Farm with Buzzy (Demo)", GID_HEGAME, 6, 70, MDT_NONE,





More information about the Scummvm-git-logs mailing list