diff --git a/src/world/objectives.c b/src/world/objectives.c index f00ae97..0346da5 100644 --- a/src/world/objectives.c +++ b/src/world/objectives.c @@ -52,10 +52,10 @@ void initObjectives(void) } } - if (world.isReturnVisit || game.plus & PLUS_KILL_ALL) + if (world.isReturnVisit || game.plus & PLUS_ALL_OBJS) { o->targetValue = o->totalValue; - o->required = game.plus & PLUS_KILL_ALL; + o->required = game.plus & PLUS_ALL_OBJS; } if ((strcmp(o->targetName, "ENEMY") == 0 && o->targetValue == o->totalValue) || game.plus & PLUS_KILL_ALL)