mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Make sliding against objects actually work
This commit is contained in:
parent
50192f59ff
commit
becb2faa01
1 changed files with 2 additions and 0 deletions
|
|
@ -2257,6 +2257,8 @@ boolean P_CheckPosition(mobj_t *thing, fixed_t x, fixed_t y)
|
||||||
{
|
{
|
||||||
if (!P_BlockThingsIterator(bx, by, PIT_CheckThing))
|
if (!P_BlockThingsIterator(bx, by, PIT_CheckThing))
|
||||||
blockval = false;
|
blockval = false;
|
||||||
|
else
|
||||||
|
tmhitthing = tmfloorthing;
|
||||||
if (P_MobjWasRemoved(tmthing))
|
if (P_MobjWasRemoved(tmthing))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue