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:
parent
b1bfc2239f
commit
4cf28fe00e
@ -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;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user