Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dactor.h151 MF_NOLIFTDROP = 0x20000000, // [RH] Used with MF_NOGRAVITY to avoid dropping with lifts enumerator
H A Dp_map.cpp5290 (thing->Z() == oldfloorz && !(thing->flags & MF_NOLIFTDROP)))) in PIT_FloorDrop()
5302 else if ((thing->Z() != oldfloorz && !(thing->flags & MF_NOLIFTDROP))) in PIT_FloorDrop()
5442 !(thing->flags & MF_NOLIFTDROP)) in PIT_CeilingRaise()