Fix gremlins on Abstration minecart map

This commit is contained in:
NepDisk 2025-09-14 17:47:39 -04:00
parent 4917fcde50
commit f359a53756

View file

@ -1635,7 +1635,7 @@ static BlockItReturn_t PIT_CheckLine(line_t *ld)
{
P_TestLine(ld);
}
else if (g_tm.maxstep > 0)
else
{
if (g_tm.thing->z < open.floor)
{