Home
last modified time | relevance | path

Searched refs:IT_SHELLS (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
Dbothdefs.h122 #define IT_SHELLS 256 macro
Dsbar.c750 if (cl.stats[STAT_ITEMS] & IT_SHELLS) in Sbar_DrawNormal()
/external/quake/quake/src/WinQuake/
Dquakedef.h152 #define IT_SHELLS 256 macro
Dsbar.cpp1030 if (cl.items & IT_SHELLS) in Sbar_Draw()
/external/quake/quake/src/QW/progs/
Dweapons.qc873 self.items = self.items - ( self.items & (IT_SHELLS | IT_NAILS | IT_ROCKETS | IT_CELLS) );
886 self.items = self.items | IT_SHELLS;
893 self.items = self.items | IT_SHELLS;
Ddefs.qc296 float IT_SHELLS = 256;