equal
deleted
inserted
replaced
364 |
364 |
365 if isCursorVisible then |
365 if isCursorVisible then |
366 begin |
366 begin |
367 if (not CurrentTeam.ExtDriven)and(GameTicks >= PrevSentPointTime + cSendCursorPosTime) then |
367 if (not CurrentTeam.ExtDriven)and(GameTicks >= PrevSentPointTime + cSendCursorPosTime) then |
368 begin |
368 begin |
369 s[0]:= #9; |
369 s[0]:= #5; |
370 s[1]:= 'P'; |
370 s[1]:= 'P'; |
371 PSmallInt(@s[2])^:= CursorPoint.X - WorldDx; |
371 PSmallInt(@s[2])^:= CursorPoint.X - WorldDx; |
372 PSmallInt(@s[4])^:= CursorPoint.Y - WorldDy; |
372 PSmallInt(@s[4])^:= CursorPoint.Y - WorldDy; |
373 SendIPC(s); |
373 SendIPC(s); |
374 PrevSentPointTime:= GameTicks |
374 PrevSentPointTime:= GameTicks |