mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Fixed mantis #1485
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user