mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 16:14:09 +00:00
fixes
This commit is contained in:
parent
24bf4c2cba
commit
fc7e35e1cd
3 changed files with 5 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue