Searched refs:IT_ARMOR1 (Results 1 – 8 of 8) sorted by relevance
129 #define IT_ARMOR1 8192 macro
738 else if (cl.stats[STAT_ITEMS] & IT_ARMOR1) in Sbar_DrawNormal()
157 #define IT_ARMOR1 8192 macro
998 else if (cl.items & IT_ARMOR1) in Sbar_Draw()
139 targ.items = targ.items - (targ.items & (IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3));
538 self.items = self.items - (self.items & (IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3)) + IT_ARMOR3;559 self.items = self.items - (self.items & (IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3)) + IT_ARMOR3;
388 bit = IT_ARMOR1;407 other.items = other.items - (other.items & (IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3)) + bit;
301 float IT_ARMOR1 = 8192;