'''fix''' gremlins by sweeping extra lines

This commit is contained in:
NepDisk 2025-07-21 15:52:36 -04:00
parent 0f893e239a
commit e244c3ece4

View file

@ -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))
{