changeset 110 | 330a2dbacd67 |
parent 109 | ab0340f580c2 |
child 146 | 458f4f58c1b6 |
--- 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;