* gl_model.c: changed the `ignored' messages from Con_DPrintf

to Con_Printf for external lit files.


git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@418 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2011-02-17 06:38:52 +00:00
parent ea14bd5b1a
commit 3f8f259567

View file

@ -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')