oops, committed the wrong file

This commit is contained in:
Bill Currie 2004-02-14 07:38:01 +00:00
parent 2cdf12cd50
commit 0e8ba7cc12

View file

@ -287,6 +287,8 @@ R_MarkLights (const vec3_t lightorigin, dlight_t *light, int bit,
|| leaf->mins[1] > maxs[1] || leaf->maxs[1] < mins[1]
|| leaf->mins[2] > maxs[2] || leaf->maxs[2] < mins[2])
continue;
if (R_CullBox (leaf->mins, leaf->maxs))
continue;
if (leaf->dlightframe != r_framecount) {
leaf->dlightbits = 0;
leaf->dlightframe = r_framecount;