Only show Campaign Complete message once.
This commit is contained in:
parent
234a5d08d2
commit
8e6727e2b5
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue