1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Fix linux clang compiling

This commit is contained in:
nordsoft 2023-08-22 00:40:03 +04:00
parent b1bfc2239f
commit 4cf28fe00e

View File

@ -291,7 +291,7 @@ bool CVCMIServer::prepareToStartGame()
loadProgress->progress = progressTracking->get();
addToAnnounceQueue(std::move(loadProgress));
}
std::this_thread::sleep_for(std::chrono::milliseconds(200));
boost::this_thread::sleep(boost::posix_time::milliseconds(200));
}
progressTrackingFinished = false;
});