changeset 1612 | 111951f3512a |
parent 1611 | fe6dd0bd1886 |
child 1723 | 430064bafa18 |
--- 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