mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 11:21:18 +00:00
Turn OFF gl_fires by default
This commit is contained in:
parent
2188d1a975
commit
074d5692e2
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ void R_Init (void)
|
|||
|
||||
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,
|
||||
gl_fires = Cvar_Get ("gl_fires", "0", CVAR_ARCHIVE,
|
||||
"Toggles lavaball and rocket fireballs");
|
||||
|
||||
gl_keeptjunctions = Cvar_Get ("gl_keeptjunctions", "1", CVAR_NONE,
|
||||
|
|
Loading…
Reference in a new issue