mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
K_DrawMenuTyping: Use V_6WIDTHSPACE for header text
This commit is contained in:
parent
cb4a876e5a
commit
2241c443f1
1 changed files with 1 additions and 1 deletions
|
|
@ -399,7 +399,7 @@ static void M_DrawMenuTyping(void)
|
|||
|
||||
if (currentMenu->menuitems[itemOn].text)
|
||||
{
|
||||
V_DrawThinString(x + 5, y - 2, highlightflags|V_ALLOWLOWERCASE, currentMenu->menuitems[itemOn].text);
|
||||
V_DrawThinString(x + 5, y - 2, highlightflags|V_6WIDTHSPACE|V_ALLOWLOWERCASE, currentMenu->menuitems[itemOn].text);
|
||||
}
|
||||
|
||||
M_DrawMenuTooltips();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue