mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fix crash on trasferring to next scenario in campaign
This commit is contained in:
@@ -703,8 +703,6 @@ void CServerHandler::startCampaignScenario(HighScoreParameter param, std::shared
|
|||||||
entry->Bool() = true;
|
entry->Bool() = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
GAME->mainmenu()->makeActiveInterface();
|
|
||||||
|
|
||||||
if(!ourCampaign->isCampaignFinished())
|
if(!ourCampaign->isCampaignFinished())
|
||||||
GAME->mainmenu()->openCampaignLobby(ourCampaign);
|
GAME->mainmenu()->openCampaignLobby(ourCampaign);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user