- Remove useless patch
- Comment out debug output
- Set version to 0.9.8 and protocol number to 21
--- 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