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

Max Horn fingolfin at users.sourceforge.net
Fri Oct 8 17:55:50 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24418/smush

Modified Files:
	smush_font.h 
Log Message:
Added methods to access charset x/y offs values (though those seem to be all 0 in COMI)

Index: smush_font.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_font.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- smush_font.h	16 Apr 2004 20:49:14 -0000	1.11
+++ smush_font.h	9 Oct 2004 00:47:47 -0000	1.12
@@ -29,7 +29,6 @@
 
 class SmushFont : public NutRenderer {
 protected:
-	int _nbChars;
 	int16 _color;
 	bool _new_colors;
 	bool _original;





More information about the Scummvm-git-logs mailing list