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

@ -1049,7 +1049,7 @@ CMoneyMessage::Render()
CFont::SetJustifyOff();
CFont::SetColor(CRGBA(m_Colour.r, m_Colour.g, m_Colour.b, (255.0f - 255.0f * fLifeTime) * m_fOpacity));
CFont::SetBackGroundOnlyTextOff();
CFont::SetFontStyle(FONT_BANK);
CFont::SetFontStyle(FONT_STANDARD);
CFont::PrintString(vecOut.x, vecOut.y, m_aText);
}
}