Whoops, forgot this part

This commit is contained in:
Monster Iestyn 2019-08-01 20:17:15 +01:00
parent 0821f7fb21
commit 67f7c9d7d9
1 changed files with 2 additions and 2 deletions

View File

@ -1808,7 +1808,7 @@ static boolean PIT_CheckLine(line_t *ld)
{ {
tmceilingz = opentop; tmceilingz = opentop;
ceilingline = ld; ceilingline = ld;
tmceilingrover = NULL; tmceilingrover = openceilingrover;
#ifdef ESLOPE #ifdef ESLOPE
tmceilingslope = opentopslope; tmceilingslope = opentopslope;
#endif #endif
@ -1817,7 +1817,7 @@ static boolean PIT_CheckLine(line_t *ld)
if (openbottom > tmfloorz) if (openbottom > tmfloorz)
{ {
tmfloorz = openbottom; tmfloorz = openbottom;
tmfloorrover = NULL; tmfloorrover = openfloorrover;
#ifdef ESLOPE #ifdef ESLOPE
tmfloorslope = openbottomslope; tmfloorslope = openbottomslope;
#endif #endif