Set default ready timer to 0 to see if desyncs come back.
authornemo
Thu, 21 Oct 2010 15:40:43 -0400
changeset 3988 044cc945b2f8
parent 3987 fd67be12fdbc
child 3989 adffb668f06e
Set default ready timer to 0 to see if desyncs come back.
hedgewars/uMisc.pas
--- a/hedgewars/uMisc.pas	Thu Oct 21 00:45:58 2010 +0200
+++ b/hedgewars/uMisc.pas	Thu Oct 21 15:40:43 2010 -0400
@@ -41,7 +41,7 @@
     cReducedQuality : LongInt     = rqNone;
     //userNick is in uChat
     recordFileName  : shortstring = '';
-    cReadyDelay     : Longword    = 5000;
+    cReadyDelay     : Longword    = 0;
     cLogfileBase    : shortstring = 'debug';
 //////////////////////////