@MonsterIestyn: Should probably be returning true then

This commit is contained in:
Alam Ed Arias 2016-08-14 10:43:44 -04:00
parent 55b8ef9f64
commit 0264fd24ae
1 changed files with 1 additions and 1 deletions

View File

@ -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