[Scummvm-cvs-logs] CVS: scummvm/queen credits.h,1.3,1.4

Gregory Montoir cyx at users.sourceforge.net
Mon Jan 19 13:47:00 CET 2004


Update of /cvsroot/scummvm/scummvm/queen
In directory sc8-pr-cvs1:/tmp/cvs-serv6749

Modified Files:
	credits.h 
Log Message:
increase Credits::_list size to match the German version requirements (thanks Alexander Holler)

Index: credits.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/credits.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- credits.h	10 Jan 2004 12:56:07 -0000	1.3
+++ credits.h	19 Jan 2004 21:46:02 -0000	1.4
@@ -53,7 +53,7 @@
 		char *text;
 	};
 
-	Line _list[18];
+	Line _list[19];
 
 	bool _running;
 	int _count;





More information about the Scummvm-git-logs mailing list