From 1f1156b9b6665714e5fff65e28354bc6e5d7c92a Mon Sep 17 00:00:00 2001 From: filux Date: Sun, 27 Dec 2015 19:12:00 +0100 Subject: [PATCH] few second less + should look better on the loading screen --- source/glest_game/network/network_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/network/network_interface.cpp b/source/glest_game/network/network_interface.cpp index f4a55263e..a880a5c08 100644 --- a/source/glest_game/network/network_interface.cpp +++ b/source/glest_game/network/network_interface.cpp @@ -32,7 +32,7 @@ namespace Glest{ namespace Game{ // class NetworkInterface // ===================================================== -const int NetworkInterface::readyWaitTimeout= 105000; // 1 minute and 45 seconds +const int NetworkInterface::readyWaitTimeout= 99000; // 99 seconds to 0 looks good on the screen bool NetworkInterface::allowGameDataSynchCheck = false; bool NetworkInterface::allowDownloadDataSynch = false;