'''fix''' gremlins by sweeping extra lines
This commit is contained in:
parent
0f893e239a
commit
e244c3ece4
1 changed files with 7 additions and 0 deletions
|
|
@ -1628,6 +1628,13 @@ static BlockItReturn_t PIT_CheckLine(line_t *ld)
|
||||||
g_tm.blocking = true;
|
g_tm.blocking = true;
|
||||||
return BMIT_CONTINUE;
|
return BMIT_CONTINUE;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (g_tm.sweep)
|
||||||
|
{
|
||||||
|
P_TestLine(ld);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (P_IsLineBlocking(ld, g_tm.thing))
|
if (P_IsLineBlocking(ld, g_tm.thing))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue