mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
Rename gl_particles to r_particles, and allow software to disable particles as well. Thanks sergio!
This commit is contained in:
parent
2b165575dd
commit
e930c800f0
6 changed files with 50 additions and 30 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue