Don't leave a gap when there's no mission.

This commit is contained in:
Steve 2016-08-10 13:04:22 +01:00
parent 50172949a8
commit e28bb6ff31
1 changed files with 2 additions and 2 deletions

View File

@ -636,10 +636,10 @@ static void drawStarSystemDetail(void)
if (mission->available)
{
drawText(210, y, 24, TA_LEFT, mission->completed ? colors.lightGrey : colors.yellow, mission->name);
}
y += 50;
}
}
i++;
}