1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Fixed mantis #1485

This commit is contained in:
beegee1
2013-11-10 15:04:29 +00:00
parent f691061d94
commit 237e4272da

View File

@@ -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);