mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
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:
commit
fd26fc6287
1 changed files with 3 additions and 0 deletions
|
|
@ -833,6 +833,9 @@ static boolean K_JustBumpedException(mobj_t *mobj)
|
|||
break;
|
||||
}
|
||||
|
||||
if (mobj->flags & MF_PUSHABLE)
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue