hedgewars/uGame.pas
changeset 143 3dacbd83209b
parent 113 d975a426ebf7
child 162 4822f6face35
--- a/hedgewars/uGame.pas	Mon Sep 11 18:27:49 2006 +0000
+++ b/hedgewars/uGame.pas	Mon Sep 11 21:44:38 2006 +0000
@@ -59,7 +59,7 @@
    inc(SendEmptyPacketTicks, Lag);
    if SendEmptyPacketTicks >= cSendEmptyPacketTime then
       begin
-      SendIPC('N');
+      SendIPC('+');
       SendEmptyPacketTicks:= 0
       end
    end;