Skip to content

Commit 07dc85c

Browse files
author
dashodanger
committed
Fix sector interpolation when removing a plane mover
1 parent 300bfe5 commit 07dc85c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source_files/edge/p_plane.cc

+3
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,9 @@ void RunActivePlanes(void)
15851585
if (!pmov->is_ceiling)
15861586
pmov->sector->floor_move = nullptr;
15871587

1588+
pmov->sector->old_ceiling_height = pmov->sector->ceiling_height;
1589+
pmov->sector->old_floor_height = pmov->sector->floor_height;
1590+
15881591
*PMI = nullptr;
15891592
delete pmov;
15901593

0 commit comments

Comments
 (0)