fix a subtle bug with the lava hall to e3 in start

This commit is contained in:
Bill Currie 2001-08-05 06:10:27 +00:00
parent 9f00601b82
commit 899d8385a9

View file

@ -295,7 +295,6 @@ mark_surfaces (msurface_t *surf, vec3_t lightorigin, dlight_t *light,
vec3_t impact;
#endif
surf->dlightframe = r_framecount;
dist = PlaneDiff(lightorigin, surf->plane);
if (surf->flags & SURF_PLANEBACK)
dist = -dist;