mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 06:29:59 +00:00
Revert "FONT_BANK renamed to FONT_STANDARD"
This reverts commit 552205dfba
.
This commit is contained in:
parent
552205dfba
commit
9c0adf6a8f
16 changed files with 50 additions and 50 deletions
|
@ -233,7 +233,7 @@ ConvertingTexturesScreen(uint32 num, uint32 count, const char *text)
|
|||
CFont::SetJustifyOff();
|
||||
CFont::SetColor(CRGBA(255, 217, 106, 255));
|
||||
CFont::SetBackGroundOnlyTextOff();
|
||||
CFont::SetFontStyle(FONT_STANDARD);
|
||||
CFont::SetFontStyle(FONT_BANK);
|
||||
CFont::PrintString(SCREEN_SCALE_X(170.0f), SCREEN_SCALE_Y(160.0f), TheText.Get(text));
|
||||
CFont::DrawFonts();
|
||||
DoRWStuffEndOfFrame();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue