Made gl_fires and gl_particles CVAR_ARCHIVE

This commit is contained in:
Dan Olson 2000-04-30 03:26:29 +00:00
parent 1e6abc2b65
commit e8527094b4

View file

@ -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