mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-17 23:21:05 +00:00
This bothers me, so I might as well do it while I'm in here.
This commit is contained in:
parent
dc5a738f7f
commit
d0a50ae247
1 changed files with 1 additions and 1 deletions
|
@ -2609,7 +2609,7 @@ static inline void HU_DrawSpectatorTicker(void)
|
|||
templength = length;
|
||||
}
|
||||
|
||||
V_DrawString(templength, height + 8, V_TRANSLUCENT, current);
|
||||
V_DrawString(templength, height + 8, V_TRANSLUCENT|V_ALLOWLOWERCASE, current);
|
||||
}
|
||||
|
||||
length += (signed)strlen(player_names[i]) * 8 + 16;
|
||||
|
|
Loading…
Reference in a new issue