remove cash symbol (not displayed properly)

This commit is contained in:
GenZmeY 2022-09-12 20:49:40 +03:00
parent c33ec3209f
commit 875371c028

View File

@ -812,7 +812,7 @@ function DrawPlayerEntry(Canvas C, int Index, float YOffset, float Height, float
else
{
C.SetDrawColorStruct(Settings.Style.DoshTextColorMid);
StrValue = "£" $ GetNiceSize(int(KFPRI.Score));
StrValue = GetNiceSize(int(KFPRI.Score));
}
DrawTextShadowHVCenter(StrValue, DoshXPos, YOffset, DoshWBox, Height, FontScalar);