Fix ammo tooltip icon being white
authorWuzzy <almikes@aol.com>
Thu, 21 Sep 2017 00:23:40 +0200
changeset 12462 4cc83b26b35c
parent 12461 e29a4238dc19
child 12463 3223ae85fba3
Fix ammo tooltip icon being white
hedgewars/uStore.pas
--- a/hedgewars/uStore.pas	Wed Sep 20 20:25:59 2017 +0200
+++ b/hedgewars/uStore.pas	Thu Sep 21 00:23:40 2017 +0200
@@ -962,7 +962,7 @@
 r.y:= cFontBorder + 4;
 r.w:= 32;
 r.h:= 32;
-SDL_FillRect(tmpsurf, @r, $ffffffff);
+SDL_FillRect(tmpsurf, @r, $ff000000);
 SDL_UpperBlit(iconsurf, iconrect, tmpsurf, @r);
 
 RenderHelpWindow:=  Surface2Tex(tmpsurf, true);