mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
@MonsterIestyn: Should probably be returning true then
This commit is contained in:
parent
55b8ef9f64
commit
0264fd24ae
1 changed files with 1 additions and 1 deletions
|
|
@ -2376,7 +2376,7 @@ static boolean P_ZMovement(mobj_t *mo)
|
||||||
if (mo->standingslope) // You're still on the ground; why are we here?
|
if (mo->standingslope) // You're still on the ground; why are we here?
|
||||||
{
|
{
|
||||||
mo->momz = 0;
|
mo->momz = 0;
|
||||||
return;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
P_CheckPosition(mo, mo->x, mo->y); // Sets mo->standingslope correctly
|
P_CheckPosition(mo, mo->x, mo->y); // Sets mo->standingslope correctly
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue