mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
Only print "maps/*.lit loaded" messages on develoepr 2, the are spam on developer 1.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1357 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
752087c517
commit
fc78971b59
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ void Mod_LoadLighting (lump_t *l)
|
|||
i = LittleLong(((int *)data)[1]);
|
||||
if (i == 1)
|
||||
{
|
||||
Con_DPrintf("%s loaded\n", litfilename);
|
||||
Con_DPrintf2("%s loaded\n", litfilename);
|
||||
loadmodel->lightdata = data + 8;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue