Only select one mission.

This commit is contained in:
Steve 2016-02-27 08:08:32 +00:00
parent 1f5af02441
commit d79325a0b3
1 changed files with 2 additions and 0 deletions

View File

@ -267,7 +267,9 @@ static void doStarSystemView(void)
{
playSound(SND_GUI_CLICK);
}
selectedMission = mission;
return;
}
}
}