Minor lighting cleanup, plus fix minor bug (loss of color on nearby dlights).

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-27 03:01:09 +00:00
parent 9b0cea79ed
commit 4717448bd6
8 changed files with 36 additions and 42 deletions

View file

@ -212,8 +212,7 @@ typedef struct {
float size;
float die, decay; // duration settings
float minlight; // lighting threshold
float _color[3]; // RGBA
float *color;
float color[3]; // !RGBA
} fire_t;
void R_AddFire (vec3_t, vec3_t, entity_t *ent);