hedgewars/uIO.pas
changeset 8153 e97e00427204
parent 8145 6408c0ba4ba1
child 8240 ee39403a1d27
--- a/hedgewars/uIO.pas	Fri Nov 30 15:00:47 2012 +0100
+++ b/hedgewars/uIO.pas	Fri Nov 30 15:26:49 2012 +0100
@@ -41,6 +41,9 @@
 implementation
 uses uConsole, uConsts, uVariables, uCommands, uUtils, uDebug;
 
+const
+    cSendEmptyPacketTime = 1000;
+
 type PCmd = ^TCmd;
      TCmd = packed record
             Next: PCmd;