mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 17:22:12 +00:00
LMFAOOOOOOOOOOOOOOOOOOOOOOOO
This commit is contained in:
parent
cc12496e9c
commit
d8a804febc
1 changed files with 1 additions and 1 deletions
|
@ -3431,7 +3431,7 @@ static void HWR_AddPolyObjectPlanes(void)
|
||||||
{
|
{
|
||||||
HWR_GetLevelFlat(&levelflats[polyobjsector->ceilingpic]);
|
HWR_GetLevelFlat(&levelflats[polyobjsector->ceilingpic]);
|
||||||
HWR_RenderPolyObjectPlane(po_ptrs[i], true, polyobjsector->ceilingheight, PF_Occlude,
|
HWR_RenderPolyObjectPlane(po_ptrs[i], true, polyobjsector->ceilingheight, PF_Occlude,
|
||||||
(light == -1 ? gr_frontsector->lightlevel : *gr_frontsector->lightlist[light].lightlevel), &levelflats[polyobjsector->floorpic],
|
(light == -1 ? gr_frontsector->lightlevel : *gr_frontsector->lightlist[light].lightlevel), &levelflats[polyobjsector->ceilingpic],
|
||||||
polyobjsector, 255, (light == -1 ? gr_frontsector->extra_colormap : *gr_frontsector->lightlist[light].extra_colormap));
|
polyobjsector, 255, (light == -1 ? gr_frontsector->extra_colormap : *gr_frontsector->lightlist[light].extra_colormap));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue