Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_main.c868 float endheight = 0.0f, endbheight = 0.0f; in HWR_SplitWall() local
942 endbheight = FIXED_TO_FLOAT(temp); in HWR_SplitWall()
949 if (solid && endtop > endbheight) in HWR_SplitWall()
950 endtop = endbheight; in HWR_SplitWall()
958 endbheight = FIXED_TO_FLOAT(temp); in HWR_SplitWall()
963 endbheight = endrealbot; in HWR_SplitWall()
975 endbot = endbheight; in HWR_SplitWall()
3760 float endbheight; in HWR_SplitSprite() local
3924 endbheight = FIXED_TO_FLOAT(temp); in HWR_SplitSprite()
3929 endbheight = endrealbot; in HWR_SplitSprite()
[all …]