Cvar cleanup.

gl_smooth is now gl_dlight_smooth
gl_smoothdlights was redundant, is now gone
gl_flashblend is now gl_dlight_polyblend
gl_lightmap added to enable/disable lightmap updates independently of use of gl_dlight_polyblend
This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-02-01 19:53:15 +00:00
parent 20a885c174
commit 161973d75a
10 changed files with 97 additions and 63 deletions

View file

@ -161,14 +161,14 @@ extern cvar_t *gl_clear;
extern cvar_t *gl_cull;
extern cvar_t *gl_fb_bmodels;
extern cvar_t *gl_fb_models;
extern cvar_t *gl_flashblend;
extern cvar_t *gl_dlight_lightmap;
extern cvar_t *gl_dlight_polyblend;
extern cvar_t *gl_dlight_smooth;
extern cvar_t *gl_keeptjunctions;
extern cvar_t *gl_multitexture;
extern cvar_t *gl_nocolors;
extern cvar_t *gl_poly;
extern cvar_t *gl_polyblend;
extern cvar_t *gl_smooth;
extern cvar_t *gl_smoothdlights;
extern cvar_t *gl_max_size;
extern cvar_t *gl_playermip;