mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-05 12:54:08 +00:00
FONT_BANK renamed to FONT_STANDARD
This commit is contained in:
parent
44e2fcee39
commit
552205dfba
16 changed files with 50 additions and 50 deletions
|
@ -507,7 +507,7 @@ LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
|||
CFont::SetScale(SCREEN_SCALE_X(0.75f), yscale);
|
||||
CFont::SetPropOn();
|
||||
CFont::SetRightJustifyOff();
|
||||
CFont::SetFontStyle(FONT_BANK);
|
||||
CFont::SetFontStyle(FONT_STANDARD);
|
||||
CFont::SetColor(CRGBA(255, 255, 255, 255));
|
||||
AsciiToUnicode(str1, tmpstr);
|
||||
CFont::PrintString(hpos, vpos, tmpstr);
|
||||
|
@ -702,7 +702,7 @@ DisplayGameDebugText()
|
|||
|
||||
CFont::SetPropOn();
|
||||
CFont::SetBackgroundOff();
|
||||
CFont::SetFontStyle(FONT_BANK);
|
||||
CFont::SetFontStyle(FONT_STANDARD);
|
||||
CFont::SetScale(SCREEN_SCALE_X(0.5f), SCREEN_SCALE_Y(0.5f));
|
||||
CFont::SetCentreOff();
|
||||
CFont::SetRightJustifyOff();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue