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

  /external/quake/quake/src/QW/client/
bothdefs.h 138 #define IT_INVISIBILITY 524288
sbar.c 677 if ( (cl.stats[STAT_ITEMS] & (IT_INVISIBILITY | IT_INVULNERABILITY) )
678 == (IT_INVISIBILITY | IT_INVULNERABILITY) )
688 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
gl_rmain.c 722 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
r_main.c 636 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
view.c 467 else if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY)
  /external/quake/quake/src/WinQuake/
quakedef.h 163 #define IT_INVISIBILITY 524288
sbar.cpp 884 if ( (cl.items & (IT_INVISIBILITY | IT_INVULNERABILITY) )
885 == (IT_INVISIBILITY | IT_INVULNERABILITY) )
895 if (cl.items & IT_INVISIBILITY)
r_main.cpp 619 if (cl.items & IT_INVISIBILITY)
view.cpp 458 else if (cl.items & IT_INVISIBILITY)
gl_rmain.cpp 813 if (cl.items & IT_INVISIBILITY)
    [all...]

Completed in 361 milliseconds