Merge branch 'pushable-pugilism' into 'master'

K_JustBumpedException: Don't allow phasing through MF_PUSHABLE

See merge request KartKrew/Kart!1740
This commit is contained in:
James R. 2023-12-29 13:41:12 +00:00
commit fd26fc6287

View file

@ -833,6 +833,9 @@ static boolean K_JustBumpedException(mobj_t *mobj)
break;
}
if (mobj->flags & MF_PUSHABLE)
return true;
return false;
}