From 10d2188eb2819e44106d53e5f14ddf0e89fd643c Mon Sep 17 00:00:00 2001 From: Spoike Date: Sun, 23 Jun 2013 01:29:01 +0000 Subject: [PATCH] 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 --- engine/gl/gl_font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/gl/gl_font.c b/engine/gl/gl_font.c index fd56fe3c8..7e4504ec2 100644 --- a/engine/gl/gl_font.c +++ b/engine/gl/gl_font.c @@ -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);