--- 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.