# HG changeset patch # User unc0rr # Date 1231440108 0 # Node ID 111951f3512af4a89abb2a50cece4bf7a395f789 # Parent fe6dd0bd18867cfb597fbc1183e6ee32c58f5cb0 - Remove useless patch - Comment out debug output - Set version to 0.9.8 and protocol number to 21 diff -r fe6dd0bd1886 -r 111951f3512a 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