Show required objectives in red.

This commit is contained in:
Steve 2018-02-08 08:21:37 +00:00
parent 7df76683ad
commit 9bda46bb9b
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ void drawMissionStatus(void)
for (o = world.objectiveHead.next ; o != NULL ; o = o->next)
{
c = colors.white;
c = o->required ? colors.red : colors.white;
status = _("Incomplete");
if (o->currentValue == o->targetValue)