Home
last modified time | relevance | path

Searched refs:STAT_WEAPON (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h92 #define STAT_WEAPON 2 macro
Dview.c944 view->model = cl.model_precache[cl.stats[STAT_WEAPON]]; in V_CalcRefdef()
/external/quake/quake/src/WinQuake/
Dview.cpp942 …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()
Dcl_parse.cpp575 if (cl.stats[STAT_WEAPON] != i) in CL_ParseClientdata()
577 cl.stats[STAT_WEAPON] = i; in CL_ParseClientdata()
Dquakedef.h128 #define STAT_WEAPON 2 macro
/external/quake/quake/src/QW/server/
Dsv_send.c533 stats[STAT_WEAPON] = SV_ModelIndex(PR_GetString(ent->v.weaponmodel)); in SV_UpdateClientStats()