hedgewars/uIO.pas
changeset 8145 6408c0ba4ba1
parent 8024 1d5baba66cb6
child 8240 ee39403a1d27
--- a/hedgewars/uIO.pas	Thu Nov 29 23:13:06 2012 -0500
+++ b/hedgewars/uIO.pas	Thu Nov 29 23:23:19 2012 -0500
@@ -41,6 +41,9 @@
 implementation
 uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug;
 
+const
+    cSendEmptyPacketTime = 1000;
+
 type PCmd = ^TCmd;
      TCmd = packed record
             Next: PCmd;