bring in lordhavoc's vis data optimisations (doesn't work properly yet) and

parsing of his extra fields.
This commit is contained in:
Bill Currie 2003-09-09 08:13:33 +00:00
parent ba4ca3515d
commit 26f3839276
9 changed files with 436 additions and 16 deletions

View file

@ -34,9 +34,12 @@
typedef struct {
int verbosity; // 0=silent
int threads;
int novis;
qboolean extra;
float distance;
float range;
vec_t distance;
vec_t range;
vec_t globallightscale;
const char *lightsfilename;
} options_t;
extern options_t options;