diff -r 2562797ab3cf -r 07ff179b0d97 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Fri Dec 05 02:19:30 2014 +0100 +++ b/hedgewars/uWorld.pas Fri Dec 05 02:20:33 2014 +0100 @@ -1032,7 +1032,7 @@ begin rect.w:= w; rect.x:= ViewLeftX; - DrawRect(rect, $30, $30, $30, $40, true); + DrawRect(rect, $10, $10, $10, $80, true); if WorldEdge = weBounce then DrawLineOnScreen(tmp - 1, ViewTopY, tmp - 1, ViewBottomY, 2, $54, $54, $FF, $FF); end; @@ -1044,7 +1044,7 @@ begin rect.w:= w; rect.x:= tmp; - DrawRect(rect, $30, $30, $30, $40, true); + DrawRect(rect, $10, $10, $10, $80, true); if WorldEdge = weBounce then DrawLineOnScreen(tmp - 1, ViewTopY, tmp - 1, ViewBottomY, 2, $54, $54, $FF, $FF); end;