From d0a50ae24708fbcd2b60b7d7176745d410a7a560 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Sat, 27 Oct 2018 21:48:50 -0400 Subject: [PATCH] This bothers me, so I might as well do it while I'm in here. --- src/hu_stuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hu_stuff.c b/src/hu_stuff.c index 225ef234..b28793b7 100644 --- a/src/hu_stuff.c +++ b/src/hu_stuff.c @@ -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;