Searched refs:IT_INVISIBILITY (Results 1 – 14 of 14) sorted by relevance
138 #define IT_INVISIBILITY 524288 macro
677 if ( (cl.stats[STAT_ITEMS] & (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()678 == (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()688 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in Sbar_DrawFace()
636 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in R_DrawViewModel()
722 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in R_DrawViewModel()
467 else if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in V_CalcPowerupCshift()
163 #define IT_INVISIBILITY 524288 macro
884 if ( (cl.items & (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()885 == (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()895 if (cl.items & IT_INVISIBILITY) in Sbar_DrawFace()
619 if (cl.items & IT_INVISIBILITY) in R_DrawViewModel()
458 else if (cl.items & IT_INVISIBILITY) in V_CalcPowerupCshift()
813 if (cl.items & IT_INVISIBILITY) in R_DrawViewModel()
46 (IT_KEY1 | IT_KEY2 | IT_INVISIBILITY | IT_INVULNERABILITY | IT_SUIT | IT_QUAD) );984 self.items = self.items - IT_INVISIBILITY;
115 other.items = other.items | IT_INVISIBILITY;1408 self.items = IT_INVISIBILITY;
550 self.items = self.items - (self.items & IT_INVISIBILITY);
309 float IT_INVISIBILITY = 524288;