hasThreats counts for active and inactive enemy vessels.
This commit is contained in:
parent
374afeaa07
commit
fa04c4bd1b
|
@ -217,6 +217,7 @@ void doEntities(void)
|
||||||
{
|
{
|
||||||
numSpawnedEnemies++;
|
numSpawnedEnemies++;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (!(e->flags & EF_DISABLED))
|
if (!(e->flags & EF_DISABLED))
|
||||||
{
|
{
|
||||||
|
@ -224,7 +225,6 @@ void doEntities(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
prev = e;
|
prev = e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue