hasThreats counts for active and inactive enemy vessels.

This commit is contained in:
Steve 2016-05-15 17:38:44 +01:00
parent 374afeaa07
commit fa04c4bd1b
1 changed files with 5 additions and 5 deletions

View File

@ -217,11 +217,11 @@ void doEntities(void)
{
numSpawnedEnemies++;
}
if (!(e->flags & EF_DISABLED))
{
battle.hasThreats = 1;
}
}
if (!(e->flags & EF_DISABLED))
{
battle.hasThreats = 1;
}
}
}