diff -r 0463f747e839 -r 167dea42d7d7 hedgewars/uWorld.pas --- a/hedgewars/uWorld.pas Sun Sep 29 19:03:15 2013 -0400 +++ b/hedgewars/uWorld.pas Mon Sep 30 12:37:44 2013 -0400 @@ -1238,8 +1238,8 @@ if WorldEdge <> weNone then begin (* I think for a bounded world, will fill the left and right areas with black or something. Also will probably want various border effects/animations based on border type. Prob also, say, trigger a border animation timer on an impact. *) - DrawLine(leftX, -3000, leftX, cWaterLine+cVisibleWater, 3.0, $FF, $00, $FF, $FF); - DrawLine(rightX, -3000, rightX, cWaterLine+cVisibleWater, 3.0, $FF, $00, $FF, $FF) + DrawLine(leftX-100, -3000, leftX-100, cWaterLine+cVisibleWater, 3.0, $FF, $00, $FF, $FF); + DrawLine(rightX+100, -3000, rightX+100, cWaterLine+cVisibleWater, 3.0, $FF, $00, $FF, $FF) end; // this scale is used to keep the various widgets at the same dimension at all zoom levels