Home | History | Annotate | Download | only in WinQuake

Lines Matching refs:clmodel

593 	model_t		*clmodel;
601 clmodel = currententity->model;
603 VectorAdd (currententity->origin, clmodel->mins, mins);
604 VectorAdd (currententity->origin, clmodel->maxs, maxs);
653 if (!strcmp (clmodel->name, "progs/flame2.mdl")
654 || !strcmp (clmodel->name, "progs/flame.mdl") )
682 if (!strcmp (clmodel->name, "progs/eyes.mdl") && gl_doubleeyes.value) {