From e244c3ece4bae4a0011393a59bc2d26d0c2799f6 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 21 Jul 2025 15:52:36 -0400 Subject: [PATCH] '''fix''' gremlins by sweeping extra lines --- src/p_map.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/p_map.c b/src/p_map.c index da8e5463a..39a4c1d86 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -1628,6 +1628,13 @@ 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)) {