This commit is contained in:
Jaime Passos 2020-10-10 13:37:23 -03:00
parent c5a3a61b28
commit 0021a9aeaf
1 changed files with 3 additions and 3 deletions

View File

@ -1309,13 +1309,13 @@ static void R_RenderSegLoop (void)
R_ExpandPlaneY(floorplane, rw_x, top, bottom);
}
rw_floormarked = false;
rw_ceilingmarked = false;
if (numffloors)
{
INT16 fftop, ffbottom;
rw_floormarked = false;
rw_ceilingmarked = false;
firstseg->frontscale[rw_x] = frontscale[rw_x];
top = ceilingclip[rw_x]+1; // PRBoom
bottom = floorclip[rw_x]-1; // PRBoom