Increased charset buffer width.

svn-id: r3632
This commit is contained in:
James Brown 2002-02-26 04:09:11 +00:00
parent de5799b13c
commit 038cd2a3c2

View File

@ -414,7 +414,7 @@ struct CharsetRenderer {
byte *_dest_ptr;
byte _colorMap[16];
byte _buffer[256];
byte _buffer[512];
void drawBits();
void printChar(int chr);