Home
last modified time | relevance | path

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

/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_mobj.cpp4335 fixed_t shallowestclip = FIXED_MAX; in AdjustFloorClip() local
4350 if (clip < shallowestclip) in AdjustFloorClip()
4352 shallowestclip = clip; in AdjustFloorClip()
4356 if (shallowestclip == FIXED_MAX) in AdjustFloorClip()
4362 floorclip = shallowestclip; in AdjustFloorClip()