Forgot thing for sonic loops

This commit is contained in:
NepDisk 2024-09-13 00:17:47 -04:00
parent 4d2e611765
commit a95b4cc902

View file

@ -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);