Browse Source

Fixed mantis #1485

beegee1 12 years ago
parent
commit
237e4272da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/Client.cpp

+ 1 - 1
client/Client.cpp

@@ -702,7 +702,7 @@ void CClient::campaignMapFinished( shared_ptr<CCampaignState> camp )
 
 	GH.curInt = CGPreGame::create();
 	auto & epilogue = camp->camp->scenarios[camp->mapsConquered.back()].epilog;
-	auto finisher = [&]()
+	auto finisher = [=]()
 	{
 		if(camp->mapsRemaining.size())
 			proposeNextMission(camp);