- Remove useless patch
authorunc0rr
Thu, 08 Jan 2009 18:41:48 +0000
changeset 1612 111951f3512a
parent 1611 fe6dd0bd1886
child 1613 040cfeac9812
- Remove useless patch - Comment out debug output - Set version to 0.9.8 and protocol number to 21
hedgewars/uGame.pas
--- a/hedgewars/uGame.pas	Thu Jan 08 18:32:00 2009 +0000
+++ b/hedgewars/uGame.pas	Thu Jan 08 18:41:48 2009 +0000
@@ -40,7 +40,7 @@
    NetGetNextCmd; // its for the case of receiving "/say" message
    isInLag:= false;
    inc(SendEmptyPacketTicks, Lag);
-   if (SendEmptyPacketTicks >= cSendEmptyPacketTime) and not ((GameType = gmtSave) or (fastUntilLag and (GameType = gmtNet))) then
+   if (SendEmptyPacketTicks >= cSendEmptyPacketTime) then
       begin
       SendIPC('+');
       SendEmptyPacketTicks:= 0