Revert "'''fix''' gremlins by sweeping extra lines"
This breaks grand metropolis sigh
This reverts commit e244c3ece4.
This commit is contained in:
parent
6d6c0f54a5
commit
1d2909c1a5
1 changed files with 0 additions and 7 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue