mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
492: Mixed D+C fix
This commit is contained in:
parent
539092bec5
commit
ca4a94eca5
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue