diff -r ab0340f580c2 -r 330a2dbacd67 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sat Aug 12 17:41:02 2006 +0000 +++ b/hedgewars/uWorld.pas Mon Aug 14 14:49:40 2006 +0000 @@ -366,7 +366,7 @@ begin if (not CurrentTeam.ExtDriven)and(GameTicks >= PrevSentPointTime + cSendCursorPosTime) then begin - s[0]:= #9; + s[0]:= #5; s[1]:= 'P'; PSmallInt(@s[2])^:= CursorPoint.X - WorldDx; PSmallInt(@s[4])^:= CursorPoint.Y - WorldDy;