Searched refs:STAT_WEAPON (Results 1 – 6 of 6) sorted by relevance
92 #define STAT_WEAPON 2 macro
944 view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; in V_CalcRefdef()
942 …if (cl.model_precache[cl.stats[STAT_WEAPON]] && strcmp (cl.model_precache[cl.stats[STAT_WEAPON]]->… in V_CalcRefdef()953 view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; in V_CalcRefdef()
575 if (cl.stats[STAT_WEAPON] != i) in CL_ParseClientdata()577 cl.stats[STAT_WEAPON] = i; in CL_ParseClientdata()
128 #define STAT_WEAPON 2 macro
533 stats[STAT_WEAPON] = SV_ModelIndex(PR_GetString(ent->v.weaponmodel)); in SV_UpdateClientStats()