mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 00:42:50 +02:00
- adjust game start delay to 200 milis
This commit is contained in:
@@ -983,7 +983,7 @@ 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
|
||||||
sleep(1000);
|
sleep(200);
|
||||||
|
|
||||||
// This triggers LAG update packets to begin as required
|
// This triggers LAG update packets to begin as required
|
||||||
lastNetworkCommandListSendTime = time(NULL);
|
lastNetworkCommandListSendTime = time(NULL);
|
||||||
|
Reference in New Issue
Block a user