mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-23 00:28:08 +02:00
Fix build
This commit is contained in:
@ -642,7 +642,7 @@ void CServerHandler::startGameplay(VCMI_LIB_WRAP_NAMESPACE(CGameState) * gameSta
|
||||
if(CMM)
|
||||
CMM->disable();
|
||||
|
||||
std::swap(client, nextClient);;
|
||||
std::swap(client, nextClient);
|
||||
|
||||
highScoreCalc = nullptr;
|
||||
|
||||
|
Reference in New Issue
Block a user