- allow the automap HUD to use the VGA font.
This commit is contained in:
parent
85a762f294
commit
9e096c62fd
8 changed files with 136 additions and 81 deletions
|
|
@ -1109,10 +1109,6 @@ void FNotifyBuffer::Draw()
|
|||
else
|
||||
color = PrintColors[notify.PrintLevel];
|
||||
|
||||
if (color == CR_UNTRANSLATED)
|
||||
{
|
||||
color = C_GetDefaultFontColor();
|
||||
}
|
||||
int scale = active_con_scaletext(hud_generic);
|
||||
if (!center)
|
||||
screen->DrawText (font, color, 0, line, notify.Text,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue