Fix warning
This commit is contained in:
parent
0b1854ed3d
commit
5fe1d9eb34
1 changed files with 8 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue