hedgewars/uWorld.pas
changeset 10627 07ff179b0d97
parent 10562 3388822b3914
child 10628 9361e7d7c410
--- 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;