Forgot thing for sonic loops
This commit is contained in:
parent
4d2e611765
commit
a95b4cc902
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue