Tryx, tryy for P_GetThingStepUp in increment_move instead of destination x, y
This commit is contained in:
parent
99b42992f5
commit
8545e26adf
1 changed files with 1 additions and 1 deletions
|
|
@ -2441,7 +2441,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…
Reference in a new issue