Searched refs:IT_ARMOR2 (Results 1 – 8 of 8) sorted by relevance
130 #define IT_ARMOR2 16384 macro
736 else if (cl.stats[STAT_ITEMS] & IT_ARMOR2) in Sbar_DrawNormal()
158 #define IT_ARMOR2 16384 macro
996 else if (cl.items & IT_ARMOR2) 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;
394 bit = IT_ARMOR2;407 other.items = other.items - (other.items & (IT_ARMOR1 | IT_ARMOR2 | IT_ARMOR3)) + bit;
302 float IT_ARMOR2 = 16384;