Home
last modified time | relevance | path

Searched refs:HU_GAPY (Results 1 – 4 of 4) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dhu_stuff.c81 #define HU_GAPY 8 macro
82 #define HU_HUDHEIGHT (6*HU_GAPY)
86 #define HU_MONSECY (HU_HUDY+0*HU_GAPY)
90 #define HU_KEYSY (HU_HUDY+1*HU_GAPY)
92 #define HU_WEAPY (HU_HUDY+2*HU_GAPY)
94 #define HU_AMMOY (HU_HUDY+3*HU_GAPY)
96 #define HU_HEALTHY (HU_HUDY+4*HU_GAPY)
98 #define HU_ARMORY (HU_HUDY+5*HU_GAPY)
102 #define HU_HUDY_LL (200-2*HU_GAPY-1)
105 #define HU_HUDY_LR (200-2*HU_GAPY-1)
[all …]
/dports/games/prboom/prboom-2.5.0/src/
H A Dhu_stuff.c81 #define HU_GAPY 8 macro
82 #define HU_HUDHEIGHT (6*HU_GAPY)
86 #define HU_MONSECY (HU_HUDY+0*HU_GAPY)
90 #define HU_KEYSY (HU_HUDY+1*HU_GAPY)
92 #define HU_WEAPY (HU_HUDY+2*HU_GAPY)
94 #define HU_AMMOY (HU_HUDY+3*HU_GAPY)
96 #define HU_HEALTHY (HU_HUDY+4*HU_GAPY)
98 #define HU_ARMORY (HU_HUDY+5*HU_GAPY)
102 #define HU_HUDY_LL (200-2*HU_GAPY-1)
105 #define HU_HUDY_LR (200-2*HU_GAPY-1)
[all …]
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A De6y.h43 #define HU_HUDADDY (HU_HUDY+(-1)*HU_GAPY)
48 #define HU_HUDADDY_D (HU_HUDY_LL+(-1)*HU_GAPY)
H A Dhu_stuff.c91 #define HU_GAPY 8 macro
844 HU_TRACERY+i*HU_GAPY, in HU_Start()