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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user