diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 03:10:06 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-06-07 03:10:06 +0200 |
commit | 552205dfbaea70628df56a4966d269a81a97d28e (patch) | |
tree | dbef85f0681e0a9a4e7bd24b3b77198e5781def8 /src/control/Replay.cpp | |
parent | disable skidding bugfix (diff) | |
download | re3-552205dfbaea70628df56a4966d269a81a97d28e.tar re3-552205dfbaea70628df56a4966d269a81a97d28e.tar.gz re3-552205dfbaea70628df56a4966d269a81a97d28e.tar.bz2 re3-552205dfbaea70628df56a4966d269a81a97d28e.tar.lz re3-552205dfbaea70628df56a4966d269a81a97d28e.tar.xz re3-552205dfbaea70628df56a4966d269a81a97d28e.tar.zst re3-552205dfbaea70628df56a4966d269a81a97d28e.zip |
Diffstat (limited to '')
-rw-r--r-- | src/control/Replay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Replay.cpp b/src/control/Replay.cpp index 707f1d87..b2ecf38f 100644 --- a/src/control/Replay.cpp +++ b/src/control/Replay.cpp @@ -1581,7 +1581,7 @@ void CReplay::Display() CFont::SetScale(SCREEN_SCALE_X(1.5f), SCREEN_SCALE_Y(1.5f)); CFont::SetAlignment(ALIGN_LEFT); CFont::SetColor(CRGBA(255, 255, 200, 200)); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONT_STANDARD); if (Mode == MODE_PLAYBACK) CFont::PrintString(SCREEN_SCALE_X(63.5f), SCREEN_SCALE_Y(30.0f), TheText.Get("REPLAY")); } |