1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

campaignset

This commit is contained in:
Laserlicht
2023-09-20 03:13:54 +02:00
committed by GitHub
parent 7b37c2353a
commit 34182069f5
6 changed files with 29 additions and 19 deletions

View File

@@ -689,6 +689,8 @@ void CServerHandler::startCampaignScenario(std::shared_ptr<CampaignState> cs)
GH.windows().pushWindow(CMM->menu);
CMM->openCampaignLobby(ourCampaign);
}
else
CMM->openCampaignScreen(ourCampaign->campaignSet);
};
if(epilogue.hasPrologEpilog)
{