mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-05 00:12: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))
|
if (!(thing->flags & MF_NOCLIP))
|
||||||
{
|
{
|
||||||
//All things are affected by their scale.
|
//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)
|
if (tmceilingz - tmfloorz < thing->height)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue