mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 00:34:09 +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
|
@ -1581,7 +1581,7 @@ void CReplay::Display()
|
|||
CFont::SetScale(SCREEN_SCALE_X(1.5f), SCREEN_SCALE_Y(1.5f));
|
||||
CFont::SetAlignment(ALIGN_LEFT);
|
||||
CFont::SetColor(CRGBA(255, 255, 200, 200));
|
||||
CFont::SetFontStyle(FONT_STANDARD);
|
||||
CFont::SetFontStyle(FONT_BANK);
|
||||
if (Mode == MODE_PLAYBACK)
|
||||
CFont::PrintString(SCREEN_SCALE_X(63.5f), SCREEN_SCALE_Y(30.0f), TheText.Get("REPLAY"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue