Revert "FONT_BANK renamed to FONT_STANDARD"

This reverts commit 552205dfba.
This commit is contained in:
Fire-Head
2020-06-07 05:03:06 +03:00
parent 552205dfba
commit 9c0adf6a8f
16 changed files with 50 additions and 50 deletions

View File

@@ -92,7 +92,7 @@ void tbDisplay()
CFont::SetWrapx(640.0f);
CFont::SetRightJustifyOff();
CFont::SetPropOn();
CFont::SetFontStyle(FONT_STANDARD);
CFont::SetFontStyle(FONT_BANK);
sprintf(temp, "FPS: %.2f", Diag_GetFPS());
AsciiToUnicode(temp, wtemp);
CFont::SetColor(CRGBA(255, 255, 255, 255));