1
0
mirror of https://github.com/td512/re3.git synced 2026-03-05 22:23:28 +00:00

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

@@ -63,7 +63,7 @@ CConsole::Display()
CFont::SetJustifyOn();
CFont::SetRightJustifyWrap(0.0f);
CFont::SetBackGroundOnlyTextOff();
CFont::SetFontStyle(FONT_STANDARD);
CFont::SetFontStyle(FONT_BANK);
#ifndef FIX_BUGS
CFont::SetPropOff(); // not sure why this is here anyway
#endif