mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 16:32:36 +00:00
This bothers me, so I might as well do it while I'm in here.
This commit is contained in:
parent
7e15e8b55d
commit
8d7d84e72a
1 changed files with 1 additions and 1 deletions
|
|
@ -2609,7 +2609,7 @@ static inline void HU_DrawSpectatorTicker(void)
|
||||||
templength = length;
|
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;
|
length += (signed)strlen(player_names[i]) * 8 + 16;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue