expand chars to 4096

This commit is contained in:
jsorg71 2007-09-23 07:53:33 +00:00
parent 065c9b6a24
commit 8e6c63cee7
2 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ font_dump(void)
g_file_write(fd, &zero1, 1);
index1++;
}
for (x1 = 32; x1 < 1024; x1++)
for (x1 = 32; x1 < 4096; x1++)
{
check_messages();
dc = GetWindowDC(g_wnd);

Binary file not shown.