diff options
author | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-06-07 04:03:06 +0200 |
---|---|---|
committer | Fire-Head <Fire-Head@users.noreply.github.com> | 2020-06-07 04:03:06 +0200 |
commit | 9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb (patch) | |
tree | a7f73dc3672ecbd60bf8a9c07fdc359823603292 /src/rw/TexRead.cpp | |
parent | FONT_BANK renamed to FONT_STANDARD (diff) | |
download | re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar.gz re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar.bz2 re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar.lz re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar.xz re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.tar.zst re3-9c0adf6a8f5b7f49ae233d2fce8a7ceaedc34cfb.zip |
Diffstat (limited to 'src/rw/TexRead.cpp')
-rw-r--r-- | src/rw/TexRead.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rw/TexRead.cpp b/src/rw/TexRead.cpp index 4087029b..122ce655 100644 --- a/src/rw/TexRead.cpp +++ b/src/rw/TexRead.cpp @@ -233,7 +233,7 @@ ConvertingTexturesScreen(uint32 num, uint32 count, const char *text) CFont::SetJustifyOff(); CFont::SetColor(CRGBA(255, 217, 106, 255)); CFont::SetBackGroundOnlyTextOff(); - CFont::SetFontStyle(FONT_STANDARD); + CFont::SetFontStyle(FONT_BANK); CFont::PrintString(SCREEN_SCALE_X(170.0f), SCREEN_SCALE_Y(160.0f), TheText.Get(text)); CFont::DrawFonts(); DoRWStuffEndOfFrame(); |