light: add LightWorld log header

This commit is contained in:
Eric Wasylishen 2016-04-29 22:51:32 -06:00
parent 99f6451741
commit bd68abad32
1 changed files with 2 additions and 0 deletions

View File

@ -633,6 +633,8 @@ CalcualateVertexNormals(const bsp2_t *bsp)
static void
LightWorld(bspdata_t *bspdata, qboolean forcedscale)
{
logprint("--- LightWorld ---\n" );
bsp2_t *const bsp = &bspdata->data.bsp2;
const unsigned char *lmshift_lump;
int i, j;