hedgewars/uRenderUtils.pas
changeset 7628 bc7b1d228a2c
parent 7546 b50556f2a0e8
child 8026 4a4f21070479
child 9080 9b42757d7e71
--- a/hedgewars/uRenderUtils.pas	Thu Aug 30 12:47:41 2012 -0400
+++ b/hedgewars/uRenderUtils.pas	Thu Aug 30 13:02:19 2012 -0400
@@ -92,7 +92,7 @@
     textRect.y:= Y;
     textRect.w:= w;
     textRect.h:= h;
-    DrawRoundRect(@finalRect, cWhiteColor, endian(cNearBlackColorChannels.value), Surface, true);
+    DrawRoundRect(@finalRect, cWhiteColor, cNearBlackColor, Surface, true);
     clr.r:= (Color shr 16) and $FF;
     clr.g:= (Color shr 8) and $FF;
     clr.b:= Color and $FF;