diff -r 3f2ba6debbdd -r 6408c0ba4ba1 hedgewars/uIO.pas --- 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;