This commit is contained in:
Sergeanur 2020-06-07 04:20:02 +03:00
parent 24bf4c2cba
commit fc7e35e1cd
3 changed files with 5 additions and 9 deletions

View file

@ -904,7 +904,7 @@ void CHud::Draw()
CFont::SetCentreOff();
CFont::SetJustifyOff();
CFont::SetPropOff();
CFont::SetFontStyle(FONT_PAGER);
CFont::SetFontStyle(FONT_STANDARD);
CFont::PrintString(SCREEN_SCALE_X(52.0f - PagerXOffset), SCREEN_SCALE_Y(54.0f), m_PagerMessage);
}