--- a/hedgewars/uWorld.pas Sun Sep 27 10:26:36 2009 +0000
+++ b/hedgewars/uWorld.pas Sun Sep 27 14:33:59 2009 +0000
@@ -466,6 +466,7 @@
DrawChat;
+if fastUntilLag then DrawCentered(0, cScreenHeight div 2, SyncTexture);
if isPaused then DrawCentered(0, cScreenHeight div 2, PauseTexture);
inc(Frames);
@@ -556,7 +557,7 @@
CursorPoint.Y:= cScreenHeight - CursorPoint.Y;
end;
-if (FollowGear <> nil) and (not isCursorVisible) then
+if (FollowGear <> nil) and (not isCursorVisible) and (not fastUntilLag) then
if abs(CursorPoint.X - prevPoint.X) + abs(CursorPoint.Y - prevpoint.Y) > 4 then
begin
FollowGear:= nil;