Update p_inter.c

This commit is contained in:
Zipper 2020-03-05 18:48:20 -05:00
parent 4d8a523da9
commit 4b28e19d16

View file

@ -3456,7 +3456,7 @@ void P_SpecialStageDamage(player_t *player, mobj_t *inflictor, mobj_t *source)
return; return;
} }
if (inflictor->type == MT_LHRT) if (inflictor && inflictor->type == MT_LHRT)
return; return;
if (player->powers[pw_shield] || player->bot) //If One-Hit Shield if (player->powers[pw_shield] || player->bot) //If One-Hit Shield