diff --git a/src/p_map.c b/src/p_map.c index 39a4c1d86..da8e5463a 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -1628,13 +1628,6 @@ static BlockItReturn_t PIT_CheckLine(line_t *ld) g_tm.blocking = true; return BMIT_CONTINUE; } - else - { - if (g_tm.sweep) - { - P_TestLine(ld); - } - } if (P_IsLineBlocking(ld, g_tm.thing)) {