mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-19 02:22:01 +00:00
* gl_model.c: changed the `ignored' messages from Con_DPrintf
to Con_Printf for external lit files. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@418 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
c60898f79b
commit
300fd5c267
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