Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_sight.c210 fixed_t popentop, popenbottom; in P_CrossSubsector() local
277 popenbottom = max(frontf, backf); in P_CrossSubsector()
280 if (popenbottom >= popentop) in P_CrossSubsector()
285 fixed_t slope = FixedDiv(popenbottom - los->sightzstart , frac); in P_CrossSubsector()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c1285 fixed_t popentop, popenbottom, polytop, polybottom, lowcut, highcut; in HWR_ProcessSeg() local
1335 popenbottom = back->floorheight; in HWR_ProcessSeg()
1340 popenbottom = max(worldbottom, worldlow); in HWR_ProcessSeg()
1358 polybottom = popenbottom + gl_sidedef->rowoffset; in HWR_ProcessSeg()
1377 lowcut = popenbottom; in HWR_ProcessSeg()