Searched refs:colorLength (Results 1 – 3 of 3) sorted by relevance
124 int colorStart, colorLength; in CL_ParseTEnt() local253 colorLength = MSG_ReadByte (); in CL_ParseTEnt()254 R_ParticleExplosion2 (pos, colorStart, colorLength); in CL_ParseTEnt()
140 void R_ParticleExplosion2 (vec3_t org, int colorStart, int colorLength);
321 void R_ParticleExplosion2 (vec3_t org, int colorStart, int colorLength) in R_ParticleExplosion2() argument337 p->color = colorStart + (colorMod % colorLength); in R_ParticleExplosion2()