- refinement of font substitution logic.

This commit is contained in:
Christoph Oelckers 2019-04-22 10:23:28 +02:00
commit 6f3982865f
10 changed files with 20 additions and 22 deletions

View file

@ -581,11 +581,6 @@ CUSTOM_CVAR (Int, msgmidcolor2, 4, CVAR_ARCHIVE)
setmsgcolor (PRINTLEVELS+1, self);
}
EColorRange C_GetDefaultFontColor()
{
return CR_UNTRANSLATED;
}
FFont * C_GetDefaultHUDFont()
{
return generic_ui? NewSmallFont : SmallFont;