浏览代码

Fixed mantis #1485

beegee1 12 年之前
父节点
当前提交
237e4272da
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);