Rename gl_particles to r_particles, and allow software to disable particles as well. Thanks sergio!

This commit is contained in:
Ragnvald Maartmann-Moe IV 2001-01-29 00:13:01 +00:00
parent 2b165575dd
commit e930c800f0
6 changed files with 50 additions and 30 deletions

View file

@ -146,6 +146,7 @@ extern cvar_t *r_norefresh;
extern cvar_t *r_drawentities;
extern cvar_t *r_drawworld;
extern cvar_t *r_drawviewmodel;
extern cvar_t *r_particles;
extern cvar_t *r_speeds;
extern cvar_t *r_waterwarp;
extern cvar_t *r_shadows;
@ -164,7 +165,6 @@ extern cvar_t *gl_flashblend;
extern cvar_t *gl_keeptjunctions;
extern cvar_t *gl_multitexture;
extern cvar_t *gl_nocolors;
extern cvar_t *gl_particles;
extern cvar_t *gl_poly;
extern cvar_t *gl_polyblend;
extern cvar_t *gl_smooth;