diff -r 7ee319134713 -r bc7b1d228a2c hedgewars/uRenderUtils.pas --- 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;