diff noise reduction

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-05-18 21:07:08 +00:00
parent 1c87b2ef94
commit 6bb969b40c

View file

@ -167,7 +167,6 @@ RecursiveLightPoint (mnode_t *node, vec3_t start, vec3_t end)
return -1; // didn't hit anything return -1; // didn't hit anything
// check for impact on this node // check for impact on this node
surf = cl.worldmodel->surfaces + node->firstsurface; surf = cl.worldmodel->surfaces + node->firstsurface;
for (i = 0; i < node->numsurfaces; i++, surf++) { for (i = 0; i < node->numsurfaces; i++, surf++) {
if (surf->flags & SURF_DRAWTILED) if (surf->flags & SURF_DRAWTILED)