Home
last modified time | relevance | path

Searched refs:MF6_BLOCKEDBYSOLIDACTORS (Results 1 – 2 of 2) sorted by relevance

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h337 MF6_BLOCKEDBYSOLIDACTORS = 0x00080000, // Blocked by solid actors, even if not solid itself enumerator
H A Dp_map.cpp1170 ((tm.thing->flags & MF_SOLID) || (tm.thing->flags6 & MF6_BLOCKEDBYSOLIDACTORS)); in PIT_CheckThing()
1385 ((tm.thing->flags & MF_SOLID) || (tm.thing->flags6 & MF6_BLOCKEDBYSOLIDACTORS)); in PIT_CheckThing()