diff --git a/src/battle/entities.c b/src/battle/entities.c index 04a4ff4..4547ccc 100644 --- a/src/battle/entities.c +++ b/src/battle/entities.c @@ -217,11 +217,11 @@ void doEntities(void) { numSpawnedEnemies++; } - - if (!(e->flags & EF_DISABLED)) - { - battle.hasThreats = 1; - } + } + + if (!(e->flags & EF_DISABLED)) + { + battle.hasThreats = 1; } } }