From a0b8eff8f1d9c741263c1fdf4ea5f7c39ab8c4b2 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Sun, 5 Nov 2017 12:29:19 -0500 Subject: [PATCH] fuck OFF stepmove dick --- 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 a75e577f..0a2903c1 100644 --- a/src/p_map.c +++ b/src/p_map.c @@ -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) {