Home
last modified time | relevance | path

Searched refs:cl_disable_particles (Results 1 – 4 of 4) sorted by relevance

/dports/games/q2pro/q2pro/source/
H A Dcl_ents.c519 if( !( cl_disable_particles->integer & NOPART_ROCKET_TRAIL ) ) { in CL_AddPacketEntities()
555 if( !( cl_disable_particles->integer & NOPART_GRENADE_TRAIL ) ) { in CL_AddPacketEntities()
H A Dcl_tent.c899 if( !( cl_disable_particles->integer & NOPART_GRENADE_EXPLOSION ) ) { in CL_ParseTEnt()
959 if( !( cl_disable_particles->integer & NOPART_ROCKET_EXPLOSION ) ) { in CL_ParseTEnt()
H A Dcl_main.c83 cvar_t *cl_disable_particles; variable
2310 cl_disable_particles = Cvar_Get( "cl_disable_particles", "0", 0 ); in CL_InitLocal()
/dports/games/q2pro/q2pro/include/
H A Dclient.h326 extern cvar_t *cl_disable_particles;