mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-03 06:20:57 +00:00
* 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:
parent
f6683583c2
commit
dbaa22dd78
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue