- added an option to always display the log and the subtitles with the generic font.

If this is on it will disable the status bar's pop screen for the log and always use the HUD overlay instead.
This commit is contained in:
Christoph Oelckers 2019-07-31 17:02:39 +02:00
commit 154af34cd9
5 changed files with 6 additions and 13 deletions

View file

@ -581,11 +581,6 @@ CUSTOM_CVAR (Int, msgmidcolor2, 4, CVAR_ARCHIVE)
setmsgcolor (PRINTLEVELS+1, self);
}
FFont * C_GetDefaultHUDFont()
{
return generic_ui? NewSmallFont : SmallFont;
}
void C_InitConback()
{
conback = TexMan.CheckForTexture ("CONBACK", ETextureType::MiscPatch);