HomeSort by relevance Sort by last modified time
    Searched refs:IT_INVULNERABILITY (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/QW/client/
bothdefs.h 140 #define IT_INVULNERABILITY 1048576
sbar.c 677 if ( (cl.stats[STAT_ITEMS] & (IT_INVISIBILITY | IT_INVULNERABILITY) )
678 == (IT_INVISIBILITY | IT_INVULNERABILITY) )
693 if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY)
725 if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY)
view.c 474 else if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY)
  /external/quake/quake/src/WinQuake/
quakedef.h 164 #define IT_INVULNERABILITY 1048576
sbar.cpp 884 if ( (cl.items & (IT_INVISIBILITY | IT_INVULNERABILITY) )
885 == (IT_INVISIBILITY | IT_INVULNERABILITY) )
900 if (cl.items & IT_INVULNERABILITY)
972 if (cl.items & IT_INVULNERABILITY)
view.cpp 465 else if (cl.items & IT_INVULNERABILITY)

Completed in 188 milliseconds