Only show Campaign Complete message once.

This commit is contained in:
Steve 2016-08-12 08:56:59 +01:00
parent 234a5d08d2
commit 8e6727e2b5
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static void updateCampaignProgress(void)
{
StarSystem *starSystem;
if (game.completedMissions == game.totalMissions)
if (!campaignComplete && game.completedMissions == game.totalMissions)
{
for (starSystem = game.starSystemHead.next ; starSystem != NULL ; starSystem = starSystem->next)
{