Forgot to make the reset of ReadyTimer match. Also, new icon for Reset Weapons mode
authornemo
Fri, 05 Nov 2010 11:06:22 -0400
changeset 4119 0d3e701491fb
parent 4118 153ae67b1b08
child 4120 0aba28eb8e34
child 4121 22b1acc0e461
Forgot to make the reset of ReadyTimer match. Also, new icon for Reset Weapons mode
QTfrontend/res/btnResetWeps.png
hedgewars/uMisc.pas
Binary file QTfrontend/res/btnResetWeps.png has changed
--- a/hedgewars/uMisc.pas	Fri Nov 05 09:55:58 2010 -0400
+++ b/hedgewars/uMisc.pas	Fri Nov 05 11:06:22 2010 -0400
@@ -873,7 +873,7 @@
     cReducedQuality := rqNone;
     //userNick is in uChat
     recordFileName  := '';
-    cReadyDelay     := 5000;
+    cReadyDelay     := 0;
 end;
 
 end.