Searched refs:STAT_HEALTH (Results 1 – 12 of 12) sorted by relevance
699 if (cl.stats[STAT_HEALTH] >= 100) in Sbar_DrawFace()702 f = cl.stats[STAT_HEALTH] / 20; in Sbar_DrawFace()746 Sbar_DrawNum (136, 0, cl.stats[STAT_HEALTH], 3 in Sbar_DrawNormal()747 , cl.stats[STAT_HEALTH] <= 25); in Sbar_DrawNormal()803 if (sb_showscores || cl.stats[STAT_HEALTH] <= 0) in Sbar_Draw()813 } else if (sb_showscores || cl.stats[STAT_HEALTH] <= 0) in Sbar_Draw()821 if (cl.stats[STAT_HEALTH] <= 0 && !cl.spectator) in Sbar_Draw()834 cl.stats[STAT_HEALTH] <= 0) in Sbar_Draw()
90 #define STAT_HEALTH 0 macro
87 pmove.dead = cl.stats[STAT_HEALTH] <= 0; in CL_PredictUsercmd()
639 if (cl.stats[STAT_HEALTH] <= 0) in R_DrawViewModel()
725 if (cl.stats[STAT_HEALTH] <= 0) in R_DrawViewModel()
906 if (cl.stats[STAT_HEALTH] >= 100) in Sbar_DrawFace()909 f = cl.stats[STAT_HEALTH] / 20; in Sbar_DrawFace()952 if (sb_showscores || cl.stats[STAT_HEALTH] <= 0) in Sbar_Draw()1007 Sbar_DrawNum (136, 0, cl.stats[STAT_HEALTH], 3 in Sbar_Draw()1008 , cl.stats[STAT_HEALTH] <= 25); in Sbar_Draw()
126 #define STAT_HEALTH 0 macro
582 if (cl.stats[STAT_HEALTH] != i) in CL_ParseClientdata()584 cl.stats[STAT_HEALTH] = i; in CL_ParseClientdata()
622 if (cl.stats[STAT_HEALTH] <= 0) in R_DrawViewModel()
822 if (cl.stats[STAT_HEALTH] <= 0) in V_CalcViewRoll()
816 if (cl.stats[STAT_HEALTH] <= 0) in R_DrawViewModel()
532 stats[STAT_HEALTH] = ent->v.health; in SV_UpdateClientStats()