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