492: Mixed D+C fix

This commit is contained in:
mazmazz 2018-09-15 00:56:27 -04:00
parent 539092bec5
commit ca4a94eca5
1 changed files with 1 additions and 2 deletions

View File

@ -1272,6 +1272,7 @@ static boolean PolyFade(line_t *line)
{
INT32 polyObjNum = line->tag;
polyobj_t *po;
polyfadedata_t pfd;
if (!(po = Polyobj_GetForNum(polyObjNum)))
{
@ -1283,8 +1284,6 @@ static boolean PolyFade(line_t *line)
if (po->isBad)
return 0;
polyfadedata_t pfd;
pfd.polyObjNum = polyObjNum;
// if DONTPEGBOTTOM, specify raw translucency value in Front X Offset