hedgewars/uVariables.pas
changeset 4548 a4c327b27583
parent 4531 4ea193b0e378
child 4553 442bac2e6ca6
--- 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.