mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-02-20 19:02:37 +00:00
fuck OFF stepmove dick
This commit is contained in:
parent
57b4d73ec2
commit
a0b8eff8f1
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue