FOCUS LOST: Force uppercase

This commit is contained in:
toaster 2023-07-11 20:54:25 +01:00
parent e3ee8f9afa
commit eacd99a815

View file

@ -817,7 +817,7 @@ void M_Drawer(void)
if (window_notinfocus && cv_showfocuslost.value)
{
M_DrawTextBox((BASEVIDWIDTH/2) - (60), (BASEVIDHEIGHT/2) - (16), 13, 2);
V_DrawCenteredString(BASEVIDWIDTH/2, (BASEVIDHEIGHT/2) - (4), highlightflags, "Focus Lost");
V_DrawCenteredString(BASEVIDWIDTH/2, (BASEVIDHEIGHT/2) - (4), highlightflags|V_FORCEUPPERCASE, "Focus Lost");
}
}