diff -r ab095fc0256c -r 6a38a30e772a hedgewars/uStore.pas --- a/hedgewars/uStore.pas Sun May 24 06:10:25 2020 +0300 +++ b/hedgewars/uStore.pas Tue May 26 23:02:49 2020 +0200 @@ -327,9 +327,9 @@ for t:= 0 to Pred(ClansCount) do with ClansArray[t]^ do - HealthTex:= makeHealthBarTexture(cTeamHealthWidth + 5, 19 * HDPIScaleFactor, Color); + HealthTex:= makeHealthBarTexture(cTeamHealthWidth + 5, cTeamHealthHeight, Color); -GenericHealthTexture:= makeHealthBarTexture(cTeamHealthWidth + 5, 19 * HDPIScaleFactor, cWhiteColor) +GenericHealthTexture:= makeHealthBarTexture(cTeamHealthWidth + 5, cTeamHealthHeight, cWhiteColor) end;