[Scummvm-cvs-logs] CVS: residual textobject.h,1.15,1.16

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Aug 21 06:38:04 CEST 2005


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

Modified Files:
	textobject.h 
Log Message:
increased size of text

Index: textobject.h
===================================================================
RCS file: /cvsroot/scummvm/residual/textobject.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- textobject.h	5 May 2005 21:23:17 -0000	1.15
+++ textobject.h	21 Aug 2005 13:37:06 -0000	1.16
@@ -79,7 +79,7 @@
 	int _justify, _numberLines;
 	bool _disabled;
 	Font *_font;
-	char _textID[32];
+	char _textID[256];
 	uint8 *_textBitmap;
 	int *_bitmapWidthPtr, *_bitmapHeightPtr;
 	Driver::TextObjectHandle **_textObjectHandle;





More information about the Scummvm-git-logs mailing list