fixed typo in font filename

This commit is contained in:
Rob Pearce 2006-04-07 13:47:02 +00:00
parent e36767c409
commit 7a4dcf0557
1 changed files with 1 additions and 1 deletions

View File

@ -6106,7 +6106,7 @@ int initgraphics(void) {
for (i = 1; i < MAXLETTERHEIGHT; i++) {
font[i] = TTF_OpenFont(file,i);
if (!font[i]) {
sprintf(file, "/usr/local/share/netmapr/verdata.ttf");
sprintf(file, "/usr/local/share/netmapr/verdana.ttf");
font[i] = TTF_OpenFont(file,i);
}
if (!font[i]) {