mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-24 21:01:17 +00:00
Made gl_fires and gl_particles CVAR_ARCHIVE
This commit is contained in:
parent
1e6abc2b65
commit
e8527094b4
1 changed files with 3 additions and 3 deletions
|
@ -237,9 +237,9 @@ void R_Init (void)
|
|||
gl_nocolors = Cvar_Get ("gl_nocolors","0",0,"None");
|
||||
gl_finish = Cvar_Get ("gl_finish","0",0,"None");
|
||||
|
||||
gl_particles = Cvar_Get ("gl_particles", "1", CVAR_NONE,
|
||||
"Sets the size of particles, default 1");
|
||||
gl_fires = Cvar_Get ("gl_fires", "1", CVAR_NONE,
|
||||
gl_particles = Cvar_Get ("gl_particles", "1", CVAR_ARCHIVE,
|
||||
"Toggles and sets the size of particles");
|
||||
gl_fires = Cvar_Get ("gl_fires", "1", CVAR_ARCHIVE,
|
||||
"Toggles lavaball and rocket fireballs");
|
||||
|
||||
#ifdef QUAKEWORLD
|
||||
|
|
Loading…
Reference in a new issue