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

implement adding

This commit is contained in:
Laserlicht
2023-09-23 13:14:45 +02:00
committed by GitHub
parent e18a4a09a9
commit d2398b804a
4 changed files with 59 additions and 30 deletions

View File

@@ -679,6 +679,7 @@ void CServerHandler::startCampaignScenario(HighScoreParameter param, std::shared
calc->isCampaign = true;
calc->parameters.clear();
}
param.campaign = cs->getName();
calc->parameters.push_back(param);
GH.dispatchMainThread([ourCampaign, this]()