no J symbol
This commit is contained in:
parent
f608412edb
commit
5a8c03560d
@ -344,7 +344,7 @@ function DrawPlayerEntry( Canvas C, int Index, float YOffset, float Height, floa
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
C.SetDrawColor(250, 250, 100, 255);
|
C.SetDrawColor(250, 250, 100, 255);
|
||||||
StrValue = "£"$GetNiceSize(int(KFPRI.Score));
|
StrValue = GetNiceSize(int(KFPRI.Score));
|
||||||
}
|
}
|
||||||
C.DrawText (StrValue, , FontScalar, FontScalar);
|
C.DrawText (StrValue, , FontScalar, FontScalar);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user