diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-07 11:46:15 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-07 11:46:15 +0200 |
commit | de4323f949accd42264b49e5352ee3522fd575c7 (patch) | |
tree | a6fe982655205cb2f7c585a85ba8c6015beb78d5 /src/core/main.cpp | |
parent | New ped objectives (diff) | |
parent | making it close to original (diff) | |
download | re3-de4323f949accd42264b49e5352ee3522fd575c7.tar re3-de4323f949accd42264b49e5352ee3522fd575c7.tar.gz re3-de4323f949accd42264b49e5352ee3522fd575c7.tar.bz2 re3-de4323f949accd42264b49e5352ee3522fd575c7.tar.lz re3-de4323f949accd42264b49e5352ee3522fd575c7.tar.xz re3-de4323f949accd42264b49e5352ee3522fd575c7.tar.zst re3-de4323f949accd42264b49e5352ee3522fd575c7.zip |
Diffstat (limited to 'src/core/main.cpp')
-rw-r--r-- | src/core/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp index 547d3b37..6ffaabf6 100644 --- a/src/core/main.cpp +++ b/src/core/main.cpp @@ -514,7 +514,7 @@ LoadingScreen(const char *str1, const char *str2, const char *splashscreen) CFont::SetScale(SCREEN_SCALE_X(0.75f), yscale); CFont::SetPropOn(); CFont::SetRightJustifyOff(); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONT_STANDARD); CFont::SetColor(CRGBA(255, 255, 255, 255)); AsciiToUnicode(str1, tmpstr); CFont::PrintString(hpos, top, tmpstr); @@ -711,7 +711,7 @@ DisplayGameDebugText() CFont::SetPropOn(); CFont::SetBackgroundOff(); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONT_STANDARD); CFont::SetScale(SCREEN_SCALE_X(0.5f), SCREEN_SCALE_Y(0.5f)); CFont::SetCentreOff(); CFont::SetRightJustifyOff(); |