Home
last modified time | relevance | path

Searched refs:IT_INVISIBILITY (Results 1 – 14 of 14) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h138 #define IT_INVISIBILITY 524288 macro
Dsbar.c677 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()
Dr_main.c636 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in R_DrawViewModel()
Dgl_rmain.c722 if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in R_DrawViewModel()
Dview.c467 else if (cl.stats[STAT_ITEMS] & IT_INVISIBILITY) in V_CalcPowerupCshift()
/external/quake/quake/src/WinQuake/
Dquakedef.h163 #define IT_INVISIBILITY 524288 macro
Dsbar.cpp884 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()
Dr_main.cpp619 if (cl.items & IT_INVISIBILITY) in R_DrawViewModel()
Dview.cpp458 else if (cl.items & IT_INVISIBILITY) in V_CalcPowerupCshift()
Dgl_rmain.cpp813 if (cl.items & IT_INVISIBILITY) in R_DrawViewModel()
/external/quake/quake/src/QW/progs/
Dclient.qc46 (IT_KEY1 | IT_KEY2 | IT_INVISIBILITY | IT_INVULNERABILITY | IT_SUIT | IT_QUAD) );
984 self.items = self.items - IT_INVISIBILITY;
Ditems.qc115 other.items = other.items | IT_INVISIBILITY;
1408 self.items = IT_INVISIBILITY;
Dplayer.qc550 self.items = self.items - (self.items & IT_INVISIBILITY);
Ddefs.qc309 float IT_INVISIBILITY = 524288;