LordHavoc's colored lighting support (not his relight stuff (yet?) though)

This commit is contained in:
Bill Currie 2003-09-10 15:48:46 +00:00
parent 392902f5af
commit 6eef62cff8
10 changed files with 366 additions and 355 deletions

View file

@ -35,7 +35,8 @@ typedef struct {
int verbosity; // 0=silent
int threads;
int novis;
qboolean extra;
int extrabit;
vec_t extrascale;
vec_t distance;
vec_t range;
vec_t globallightscale;