Home
last modified time | relevance | path

Searched refs:IT_SUIT (Results 1 – 7 of 7) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h141 #define IT_SUIT 2097152 macro
Dview.c460 else if (cl.stats[STAT_ITEMS] & IT_SUIT) in V_CalcPowerupCshift()
/external/quake/quake/src/WinQuake/
Dquakedef.h165 #define IT_SUIT 2097152 macro
Dview.cpp451 else if (cl.items & IT_SUIT) in V_CalcPowerupCshift()
/external/quake/quake/src/QW/progs/
Dclient.qc46 (IT_KEY1 | IT_KEY2 | IT_INVISIBILITY | IT_INVULNERABILITY | IT_SUIT | IT_QUAD) );
1111 self.items = self.items - IT_SUIT;
Ddefs.qc311 float IT_SUIT = 2097152;
Ditems.qc1388 self.items = IT_SUIT;