This bothers me, so I might as well do it while I'm in here.

This commit is contained in:
TehRealSalt 2018-10-27 21:48:50 -04:00
parent dc5a738f7f
commit d0a50ae247

View file

@ -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;