[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.137,1.138

Max Horn fingolfin at users.sourceforge.net
Sat Jan 18 19:27:01 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv30630/scumm

Modified Files:
	scumm.h 
Log Message:
increasing blast text limit for COMI end credits

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -d -r1.137 -r1.138
--- scumm.h	16 Jan 2003 17:37:34 -0000	1.137
+++ scumm.h	19 Jan 2003 03:25:59 -0000	1.138
@@ -806,7 +806,7 @@
 	BlastObject _blastObjectQueue[128];
 
 	int _blastTextQueuePos;
-	BlastText _blastTextQueue[8];	// FIXME - how many blast texts can there be at once?
+	BlastText _blastTextQueue[32];	// FIXME - how many blast texts can there be at once?
 
 	void enqueueText(byte *text, int x, int y, byte color, byte charset, bool center);
 	void drawBlastTexts();





More information about the Scummvm-git-logs mailing list