mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-06-02 18:11:12 +00:00
Cvar audit 1, all unused cvars are gone, with the exception of software
rendering, and the server.
This commit is contained in:
parent
cb0d141132
commit
e4c9ccff8f
22 changed files with 1 additions and 102 deletions
|
@ -192,8 +192,6 @@ extern cvar_t *r_drawworld;
|
|||
extern cvar_t *r_drawviewmodel;
|
||||
extern cvar_t *r_speeds;
|
||||
extern cvar_t *r_waterwarp;
|
||||
extern cvar_t *r_fullbright;
|
||||
extern cvar_t *r_lightmap;
|
||||
extern cvar_t *r_shadows;
|
||||
extern cvar_t *r_wateralpha;
|
||||
extern cvar_t *r_waterripple;
|
||||
|
@ -210,7 +208,6 @@ extern cvar_t *gl_smoothdlights;
|
|||
extern cvar_t *gl_affinemodels;
|
||||
extern cvar_t *gl_polyblend;
|
||||
extern cvar_t *gl_keeptjunctions;
|
||||
extern cvar_t *gl_reporttjunctions;
|
||||
extern cvar_t *gl_flashblend;
|
||||
extern cvar_t *gl_nocolors;
|
||||
extern cvar_t *gl_particles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue