hedgewars/uVariables.pas
changeset 4531 4ea193b0e378
parent 4522 0f590eefd531
child 4548 a4c327b27583
--- a/hedgewars/uVariables.pas	Tue Dec 14 17:47:53 2010 -0500
+++ b/hedgewars/uVariables.pas	Tue Dec 14 18:18:54 2010 -0500
@@ -23,7 +23,7 @@
     cReducedQuality : LongWord    = rqNone;
     //userNick is in uChat
     recordFileName  : shortstring = '';
-    cReadyDelay     : Longword    = 0;
+    cReadyDelay     : Longword    = 5000;
     cLogfileBase    : shortstring = 'debug';
 //////////////////////////
 
@@ -2248,7 +2248,7 @@
     cReducedQuality := rqNone;
     //userNick is in uChat
     recordFileName  := '';
-    cReadyDelay     := 0;
+    cReadyDelay     := 5000;
 end;
 
 end.