Home
last modified time | relevance | path

Searched refs:LINEFX_BlockShots (Results 1 – 3 of 3) sorted by relevance

/dports/games/edge/Edge-1.35-source/ddf/
H A Dline.h579 LINEFX_BlockShots = (1 << 7), enumerator
H A Dline.cc926 {"BLOCK_SHOTS", LINEFX_BlockShots, 0},
/dports/games/edge/Edge-1.35-source/src/
H A Dp_spec.cc513 if (special->line_effect & LINEFX_BlockShots) in P_LineEffect()