Revert 'Remove a useless call to R_FakeFlat'
This reverts commit 5b72c8d30c.
This commit is contained in:
parent
17106089d6
commit
760fc6fbb8
1 changed files with 3 additions and 0 deletions
|
|
@ -449,6 +449,7 @@ static void R_AddLine(seg_t *line)
|
|||
{
|
||||
INT32 x1, x2;
|
||||
angle_t angle1, angle2, span, tspan;
|
||||
static sector_t tempsec;
|
||||
boolean bothceilingssky = false, bothfloorssky = false;
|
||||
|
||||
g_portal = NULL;
|
||||
|
|
@ -544,6 +545,8 @@ static void R_AddLine(seg_t *line)
|
|||
goto clipsolid;
|
||||
}
|
||||
|
||||
backsector = R_FakeFlat(backsector, &tempsec, NULL, NULL, true);
|
||||
|
||||
doorclosed = 0;
|
||||
|
||||
if (mapnamespace != MNS_SRB2KART)
|
||||
|
|
|
|||
Loading…
Reference in a new issue