From 1d2909c1a5ab1681f0ca110871c7b5dd4cf2a8ab Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 21 Jul 2025 21:26:39 -0400 Subject: [PATCH] Revert "'''fix''' gremlins by sweeping extra lines" This breaks grand metropolis sigh This reverts commit e244c3ece4bae4a0011393a59bc2d26d0c2799f6. --- src/p_map.c | 7 ------- 1 file changed, 7 deletions(-) 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)) {