mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-31 12:13:16 +00:00
Tryx, tryy for P_GetThingStepUp in increment_move instead of destination x, y
This commit is contained in:
parent
e8a6aa7540
commit
3174e0cc3d
1 changed files with 1 additions and 1 deletions
|
|
@ -2618,7 +2618,7 @@ increment_move
|
|||
if (!(thing->flags & MF_NOCLIP))
|
||||
{
|
||||
//All things are affected by their scale.
|
||||
fixed_t maxstep = P_GetThingStepUp(thing, x, y);
|
||||
fixed_t maxstep = P_GetThingStepUp(thing, tryx, tryy);
|
||||
|
||||
if (tmceilingz - tmfloorz < thing->height)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue