From f359a53756ceb2b96afff505a2ee8e8cd9b5cd3a Mon Sep 17 00:00:00 2001 From: NepDisk Date: Sun, 14 Sep 2025 17:47:39 -0400 Subject: [PATCH] Fix gremlins on Abstration minecart map --- src/p_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_map.c b/src/p_map.c index 6e70cfbe4..e52094d27 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -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) {