Searched refs:LightSize (Results 1 – 1 of 1) sorted by relevance
1032 int LightSize = ((dheader_t *)mod_base)->lumps[LUMP_LIGHTING].filelen; in Mod_LoadFaces() local1034 if (!WithinBounds (i, 1, LightSize, NULL)) in Mod_LoadFaces()1037 Con_SafePrintf ("lightofs out of bounds (%d, max = %d) in %s\n", i, LightSize, loadmodel->name); in Mod_LoadFaces()