mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 06:14:07 +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
|
@ -1399,7 +1399,7 @@ void CGarages::PrintMessages()
|
|||
CFont::SetBackgroundOff();
|
||||
CFont::SetCentreSize(SCREEN_SCALE_FROM_RIGHT(50.0f));
|
||||
CFont::SetCentreOn();
|
||||
CFont::SetFontStyle(FONT_LOCALE(FONT_STANDARD));
|
||||
CFont::SetFontStyle(FONT_LOCALE(FONT_BANK));
|
||||
CFont::SetColor(CRGBA(0, 0, 0, 255));
|
||||
|
||||
#if defined(PS2) || defined (FIX_BUGS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue