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