Fix warning

This commit is contained in:
NepDisk 2026-03-07 14:18:39 -05:00
parent 0b1854ed3d
commit 5fe1d9eb34

View file

@ -576,6 +576,14 @@ static void HWR_ProcessTwoSidedSegMiddle(FOutVector *wallVerts, FSurfaceInfo *Su
polybottomslope = polytopslope - midtexheight;
}
}
else
{
// portal stencil twosided midtexture, fills entire space
polytop = popentop;
polybottom = popenbottom;
polytopslope = popentopslope;
polybottomslope = polytopslope;
}
// CB
// NOTE: With polyobjects, whenever you need to check the properties of the polyobject sector it belongs to,