Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_local.h532 LAF_NOIMPACTDECAL = 4 enumerator
H A Dp_map.cpp3763 …= TRACE_HitWall && trace.Line->special != Line_Horizon && !(flags & LAF_NOIMPACTDECAL) && !(puffDe… in P_LineAttack()
H A Dp_acs.cpp5455 if (flags & FHF_NOIMPACTDECAL) fhflags |= LAF_NOIMPACTDECAL; in CallFunction()