diff --git a/src/p_map.c b/src/p_map.c index 6e70cfbe4..e52094d27 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -1635,7 +1635,7 @@ static BlockItReturn_t PIT_CheckLine(line_t *ld) { P_TestLine(ld); } - else if (g_tm.maxstep > 0) + else { if (g_tm.thing->z < open.floor) {