Home
last modified time | relevance | path

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

/dports/games/edge/Edge-1.35-source/ddf/
H A Dline.h573 LINEFX_LightWall = (1 << 5), enumerator
H A Dline.cc923 {"LIGHT_WALL", LINEFX_LightWall, 0},
/dports/games/edge/Edge-1.35-source/src/
H A Dp_spec.cc549 if (special->line_effect & LINEFX_LightWall) in P_LineEffect()