Explosions are temporarily PURPLE, deal with it.

Made dlight colors RGB as opposed to RGBA, the alpha doesn't make a whole
lot of sense.
This commit is contained in:
Joseph Carter 2000-05-24 23:55:43 +00:00
parent eb38ab097c
commit 82c68a482b
4 changed files with 33 additions and 27 deletions

View file

@ -148,7 +148,7 @@ typedef struct
float die; // stop lighting after this time
float decay; // drop this each second
float minlight; // don't add when contributing less
float color[4];
float color[3]; // Don't use alpha --KB
} dlight_t;
typedef struct