X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.h;h=1c28cb7ff72edf323f90917d1c7cdc5311cc5100;hp=cdbde025da835a2f1135960eaab9b3232eef8033;hb=a76b746a4cd4e319c9629348ad2fb6563ef49393;hpb=b44563794a2f0644800fdf82f2a848888de6c10b diff --git a/r_light.h b/r_light.h index cdbde025..1c28cb7f 100644 --- a/r_light.h +++ b/r_light.h @@ -9,7 +9,7 @@ typedef struct vec3_t light; // the brightness of the light vec_t cullradius; // only for culling comparisons vec_t lightsubtract; // to avoid sudden brightness change at cullradius, subtract this - entity_render_t *ent; // owner of this light +// entity_render_t *ent; // owner of this light } rdlight_t;