* 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
This commit is contained in:
Ozkan Sezer 2011-02-17 06:38:52 +00:00
parent f6683583c2
commit dbaa22dd78

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