fuck OFF stepmove dick

This commit is contained in:
TehRealSalt 2017-11-05 12:29:19 -05:00
parent 57b4d73ec2
commit a0b8eff8f1
1 changed files with 1 additions and 1 deletions

View File

@ -2685,7 +2685,7 @@ boolean P_TryMove(mobj_t *thing, fixed_t x, fixed_t y, boolean allowdropoff)
if (!(thing->flags & MF_NOCLIP))
{
//All things are affected by their scale.
fixed_t maxstep = FixedMul(MAXSTEPMOVE, thing->scale);
fixed_t maxstep = MAXSTEPMOVE; //FixedMul(MAXSTEPMOVE, thing->scale);
if (thing->player)
{