hedgewars/uRenderUtils.pas
changeset 7546 b50556f2a0e8
parent 7069 bcf9d8e64e92
child 8026 4a4f21070479
child 9080 9b42757d7e71
--- a/hedgewars/uRenderUtils.pas	Thu Aug 16 21:58:57 2012 +0400
+++ b/hedgewars/uRenderUtils.pas	Fri Aug 17 07:49:54 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;