mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +00:00
Informative comment
This commit is contained in:
parent
6cb1683e20
commit
6d19244ebd
1 changed files with 1 additions and 0 deletions
|
|
@ -651,6 +651,7 @@ static BlockItReturn_t PIT_CheckThing(mobj_t *thing)
|
||||||
return BMIT_CONTINUE; // force no collide
|
return BMIT_CONTINUE; // force no collide
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// markedfordeath players will phase through most things, unless its funny
|
||||||
if (g_tm.thing->player && g_tm.thing->player->markedfordeath && !(K_IsMissileOrKartItem(thing) || thing->type == MT_INSTAWHIP || thing->type == MT_PLAYER))
|
if (g_tm.thing->player && g_tm.thing->player->markedfordeath && !(K_IsMissileOrKartItem(thing) || thing->type == MT_INSTAWHIP || thing->type == MT_PLAYER))
|
||||||
return BMIT_CONTINUE;
|
return BMIT_CONTINUE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue