Update p_inter.c

This commit is contained in:
Zipper 2020-03-05 18:48:20 -05:00
parent 4d8a523da9
commit 4b28e19d16
1 changed files with 1 additions and 1 deletions

View File

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