Home
last modified time | relevance | path

Searched defs:HITDICE (Results 1 – 9 of 9) sorted by relevance

/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dm_random.h21 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dm_random.h21 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dm_random.h21 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dm_random.h21 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_local.h499 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/heretic/include/
H A Ddoomdef.h266 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/hexen/include/
H A Dh2def.h353 #define HITDICE(a) ((1 + (P_Random() & 7)) * (a)) macro
/dports/games/heretic/glheretic-1.2/
H A Ddoomdef.h484 #define HITDICE(a) ((1+(P_Random()&7))*a) macro
/dports/games/uhexen/uhexen-0.601/include/
H A Dh2def.h345 #define HITDICE(a) ((1+(P_Random()&7))*a) macro