- Implement hostile coop for -FRIENDLY players.

This commit is contained in:
Rachael Alexanderson 2017-03-10 14:00:58 -05:00
commit ff3d3f13c8
2 changed files with 1 additions and 4 deletions

View file

@ -250,9 +250,6 @@ void P_NoiseAlert (AActor *target, AActor *emitter, bool splash, double maxdist)
if (emitter == NULL)
return;
/*if (target != NULL && target->player && !(target->flags & MF_FRIENDLY))
return;*/
if (target != NULL && target->player && (target->player->cheats & CF_NOTARGET))
return;