From dbaa22dd78a6242dce897647a72e5c5fc4f29a1f Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Thu, 17 Feb 2011 06:38:52 +0000 Subject: [PATCH] * gl_model.c: changed the `ignored' messages from Con_DPrintf to Con_Printf for external lit files. git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@418 af15c1b1-3010-417e-b628-4374ebc0bcbd --- Quake/gl_model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quake/gl_model.c b/Quake/gl_model.c index 91721075..f29cee38 100644 --- a/Quake/gl_model.c +++ b/Quake/gl_model.c @@ -649,7 +649,7 @@ void Mod_LoadLighting (lump_t *l) if (path_id != loadmodel->path_id) { Hunk_FreeToLowMark(mark); - Con_DPrintf("%s ignored (not from the same gamedir)\n", litfilename); + Con_Printf("%s ignored (not from the same gamedir)\n", litfilename); } else if (data[0] == 'Q' && data[1] == 'L' && data[2] == 'I' && data[3] == 'T')