mirror of
https://github.com/glest/glest-source.git
synced 2025-08-30 03:09:49 +02:00
- attempt to see if this fixes issue #92
This commit is contained in:
Submodule data/glest_game updated: c5cffd71d6...bf04854ade
@@ -1795,7 +1795,11 @@ void ClientInterface::waitUntilReady(Checksum* checksum) {
|
|||||||
// delay the start a bit, so clients have more room to get messages
|
// delay the start a bit, so clients have more room to get messages
|
||||||
// This is to ensure clients don't start ahead of the server and thus
|
// This is to ensure clients don't start ahead of the server and thus
|
||||||
// constantly freeze because they are waiting for the server to catch up
|
// constantly freeze because they are waiting for the server to catch up
|
||||||
|
#ifdef WIN32
|
||||||
|
sleep(20);
|
||||||
|
#else
|
||||||
sleep(120);
|
sleep(120);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// This triggers LAG update packets to begin as required
|
// This triggers LAG update packets to begin as required
|
||||||
|
Reference in New Issue
Block a user