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