mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
cl_maxparticles to r_particles_max. annoying, but makes cl_ tab-completion less so.
This commit is contained in:
parent
9bf575d081
commit
29a8d84806
3 changed files with 16 additions and 22 deletions
|
@ -71,8 +71,8 @@ void R_InitParticles (void);
|
|||
inline void R_ClearParticles (void);
|
||||
void R_DrawParticles (void);
|
||||
struct cvar_s;
|
||||
void R_MaxParticlesCheck (struct cvar_s *r_particles,
|
||||
struct cvar_s *cl_max_particles);
|
||||
void R_MaxParticlesCheck (struct cvar_s *r_particles,
|
||||
struct cvar_s *r_particles_max);
|
||||
|
||||
extern unsigned int r_maxparticles;
|
||||
extern unsigned int numparticles;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue