Searched refs:cl_precachecustom (Results 1 – 6 of 6) sorted by relevance
80 cvar_t *cl_precachecustom; variable1978 cl_precachecustom = Cvar_Get ("cl_precachecustom", "0", CVAR_ARCHIVE | CVARDOC_BOOL); in CL_InitLocal()1979 …Cvar_Describe (cl_precachecustom, "precache 3rd-party and custom player skins at the first map loa… in CL_InitLocal()
280 extern cvar_t *cl_precachecustom;
432 if(cl_precachecustom->value) in CL_PrepRefresh()