From a95b4cc902ea47994107ca9ac014f443b3477954 Mon Sep 17 00:00:00 2001 From: NepDisk <16447892+NepDisk@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:17:47 -0400 Subject: [PATCH] Forgot thing for sonic loops --- 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 5ac52958d..a031e468e 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -2459,7 +2459,7 @@ increment_move // copy into the spechitint buffer from spechit spechitint_copyinto(); - if (!(thing->flags & MF_NOCLIP)) + if (P_UsingStepUp(thing)) { //All things are affected by their scale. fixed_t maxstep = FixedMul(MAXSTEPMOVE, mapobjectscale);