mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-03 05:32:54 +00:00
492: Mixed D+C fix
This commit is contained in:
parent
c9f6c362ff
commit
413f25f323
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…
Add table
Reference in a new issue