urr, no warnings if they wanted a tga one

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4396 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2013-06-23 01:29:01 +00:00
parent 3c1c9a3c65
commit 10d2188eb2
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ qboolean Font_LoadFreeTypeFont(struct font_s *f, int height, char *fontfilename)
#endif
if (!fontmodule)
{
Con_Printf("Couldn't load freetype library.\n");
Con_DPrintf("Couldn't load freetype library.\n");
return false;
}
error = pFT_Init_FreeType(&fontlib);