mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-28 13:21:10 +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…
Reference in a new issue