Only speak if you're on the same side as the player..!

This commit is contained in:
Steve 2016-05-15 17:28:31 +01:00
parent 4aec10e614
commit af55539daa
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ static void nextMessage(void)
return;
}
if (isWingmate && e->type == ET_FIGHTER && e->speed > 0)
if (isWingmate && e->side == player->side && e->type == ET_FIGHTER && e->speed > 0)
{
wingmate = e;