disable ready timer again, until I can figure out why my message didn't get through.
authornemo
Thu, 16 Dec 2010 17:40:31 -0500
changeset 4548 a4c327b27583
parent 4546 a6402b8c2b24
child 4550 d300ea498486
disable ready timer again, until I can figure out why my message didn't get through.
hedgewars/uVariables.pas
--- a/hedgewars/uVariables.pas	Thu Dec 16 15:26:19 2010 -0500
+++ b/hedgewars/uVariables.pas	Thu Dec 16 17:40:31 2010 -0500
@@ -23,7 +23,7 @@
     cReducedQuality : LongWord    = rqNone;
     //userNick is in uChat
     recordFileName  : shortstring = '';
-    cReadyDelay     : Longword    = 5000;
+    cReadyDelay     : Longword    = 0;
     cLogfileBase    : shortstring = 'debug';
 //////////////////////////
 
@@ -2248,7 +2248,7 @@
     cReducedQuality := rqNone;
     //userNick is in uChat
     recordFileName  := '';
-    cReadyDelay     := 5000;
+    cReadyDelay     := 0;
 end;
 
 end.