mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
interpolate backsector->heightsec (#1138)
This commit is contained in:
parent
acca29dc73
commit
a20ae9d858
@ -383,6 +383,11 @@ static void R_AddLine (seg_t *line)
|
|||||||
// should already be interpolated.
|
// should already be interpolated.
|
||||||
R_MaybeInterpolateSector(backsector);
|
R_MaybeInterpolateSector(backsector);
|
||||||
|
|
||||||
|
if (backsector->heightsec != -1)
|
||||||
|
{
|
||||||
|
R_MaybeInterpolateSector(§ors[backsector->heightsec]);
|
||||||
|
}
|
||||||
|
|
||||||
// killough 3/8/98, 4/4/98: hack for invisible ceilings / deep water
|
// killough 3/8/98, 4/4/98: hack for invisible ceilings / deep water
|
||||||
backsector = R_FakeFlat(backsector, &tempsec, NULL, NULL, true);
|
backsector = R_FakeFlat(backsector, &tempsec, NULL, NULL, true);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user