[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_font.h,1.1,1.2

Jonathan Gray khalek at users.sourceforge.net
Mon Mar 17 05:19:57 CET 2003


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

Modified Files:
	smush_font.h 
Log Message:
256 + 1 != 256

Index: smush_font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_font.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smush_font.h	17 Mar 2003 12:28:50 -0000	1.1
+++ smush_font.h	17 Mar 2003 13:16:26 -0000	1.2
@@ -28,7 +28,7 @@
 private:
 
 	int _nbChars;
-	byte _color;
+	int16 _color;
 	bool _new_colors;
 	bool _original;
 	byte *_dataSrc;





More information about the Scummvm-git-logs mailing list