[Scummvm-cvs-logs] CVS: scummvm/sword1 staticres.cpp,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Tue Dec 16 18:20:00 CET 2003


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv30388

Modified Files:
	staticres.cpp 
Log Message:
fixed warning

Index: staticres.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/staticres.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- staticres.cpp	17 Dec 2003 01:47:47 -0000	1.2
+++ staticres.cpp	17 Dec 2003 02:19:03 -0000	1.3
@@ -30,7 +30,7 @@
 
 const MenuObject SwordMenu::_objectDefs[TOTAL_pockets + 1] = {
 	{	// 0 can't use
-		0,
+		0, 0, 0, 0, 0
 	},
 	{	// 1 NEWSPAPER
 		menu_newspaper,							// text_desc





More information about the Scummvm-git-logs mailing list