1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00

Fix compilation

This commit is contained in:
nordsoft 2022-09-29 21:18:30 +04:00
parent fea05a4320
commit b888e640f3

View File

@ -577,8 +577,8 @@ void CServerHandler::endGameplay(bool closeConnection, bool restart)
}
}
serverConnection->enterLobbyConnectionMode();
serverConnection->disableStackSendingByID();
c->enterLobbyConnectionMode();
c->disableStackSendingByID();
}
void CServerHandler::startCampaignScenario(std::shared_ptr<CCampaignState> cs)