hedgewars/uStore.pas
changeset 7565 00568d3054d0
parent 7503 deaeac102355
parent 7546 b50556f2a0e8
child 7634 ca14ec44b223
--- a/hedgewars/uStore.pas	Sun Aug 12 23:05:15 2012 +0400
+++ b/hedgewars/uStore.pas	Sun Aug 19 22:13:41 2012 +0400
@@ -156,7 +156,7 @@
         TryDo(texsurf <> nil, errmsgCreateSurface, true);
         TryDo(SDL_SetColorKey(texsurf, SDL_SRCCOLORKEY, 0) = 0, errmsgTransparentSet, true);
 
-        DrawRoundRect(@r, cWhiteColor, cNearBlackColorChannels.value, texsurf, true);
+        DrawRoundRect(@r, cWhiteColor, cNearBlackColor, texsurf, true);
         rr:= r;
         inc(rr.x, 2); dec(rr.w, 4); inc(rr.y, 2); dec(rr.h, 4);
         DrawRoundRect(@rr, Clan^.Color, Clan^.Color, texsurf, false);