Don't leave a gap when there's no mission.
This commit is contained in:
parent
50172949a8
commit
e28bb6ff31
|
@ -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++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue