removed debug text
This commit is contained in:
parent
2373b811aa
commit
8e677d6b6c
|
@ -6109,10 +6109,10 @@ int initgraphics(void) {
|
||||||
sprintf(file, "/usr/local/share/netmapr/verdana.ttf");
|
sprintf(file, "/usr/local/share/netmapr/verdana.ttf");
|
||||||
font[i] = TTF_OpenFont(file,i);
|
font[i] = TTF_OpenFont(file,i);
|
||||||
}
|
}
|
||||||
if (!font[i]) {
|
//if (!font[i]) {
|
||||||
sprintf(file, "%s/verdana.ttf",progdir);
|
// sprintf(file, "%s/verdana.ttf",progdir);
|
||||||
font[i] = TTF_OpenFont(file,i);
|
// font[i] = TTF_OpenFont(file,i);
|
||||||
}
|
//}
|
||||||
if (!font[i]) {
|
if (!font[i]) {
|
||||||
printf("Error opening font: %s\n", TTF_GetError());
|
printf("Error opening font: %s\n", TTF_GetError());
|
||||||
exit(1);
|
exit(1);
|
||||||
|
|
Loading…
Reference in New Issue