FONT_BANK renamed to FONT_STANDARD

This commit is contained in:
Sergeanur 2020-06-07 04:10:06 +03:00
parent 44e2fcee39
commit 552205dfba
16 changed files with 50 additions and 50 deletions

View file

@ -975,7 +975,7 @@ CPickups::RenderPickUpText()
CFont::SetColor(CRGBA(aMessages[i].m_color.red, aMessages[i].m_color.green, aMessages[i].m_color.blue, aMessages[i].m_color.alpha));
CFont::SetBackGroundOnlyTextOff();
CFont::SetFontStyle(FONT_BANK);
CFont::SetFontStyle(FONT_STANDARD);
CFont::PrintString(aMessages[i].m_pos.x, aMessages[i].m_pos.y, strToPrint);
}
NumMessages = 0;