Searched refs:active_particles (Results 1 – 2 of 2) sorted by relevance
33 particle_t *active_particles, *free_particles; variable78 active_particles = NULL; in R_ClearParticles()120 p->next = active_particles; in R_ReadPointFile_f()121 active_particles = p; in R_ReadPointFile_f()151 p->next = active_particles; in R_ParticleExplosion()152 active_particles = p; in R_ParticleExplosion()195 p->next = active_particles; in R_BlobExplosion()196 active_particles = p; in R_BlobExplosion()248 p->next = active_particles; in R_RunParticleEffect()249 active_particles = p; in R_RunParticleEffect()[all …]
33 particle_t *active_particles, *free_particles; variable87 p->next = active_particles; in R_DarkFieldParticles()88 active_particles = p; in R_DarkFieldParticles()164 p->next = active_particles; in R_EntityParticles()165 active_particles = p; in R_EntityParticles()188 active_particles = NULL; in R_ClearParticles()230 p->next = active_particles; in R_ReadPointFile_f()231 active_particles = p; in R_ReadPointFile_f()288 p->next = active_particles; in R_ParticleExplosion()289 active_particles = p; in R_ParticleExplosion()[all …]