Searched refs:ABSOLUTE_MIN_PARTICLES (Results 1 – 2 of 2) sorted by relevance
26 #define ABSOLUTE_MIN_PARTICLES 512 // no fewer than this no matter what's macro55 if (r_numparticles < ABSOLUTE_MIN_PARTICLES) in R_InitParticles()56 r_numparticles = ABSOLUTE_MIN_PARTICLES; in R_InitParticles()