diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-29 22:53:12 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-30 02:41:42 +0300 |
commit | f71953077d2412c4542e616cc9748217dfe046c7 (patch) | |
tree | 3a3adac3c9d143686d198fff3360f8a9945cff67 /src/core/timebars.cpp | |
parent | 1fa852f118b7bce6681b32cf590870945d72f72a (diff) |
Population and many small classes done, mouse AUX buttons, Frontend, Hud, fixes
Diffstat (limited to 'src/core/timebars.cpp')
-rw-r--r-- | src/core/timebars.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/timebars.cpp b/src/core/timebars.cpp index 884feffd..68570021 100644 --- a/src/core/timebars.cpp +++ b/src/core/timebars.cpp @@ -89,7 +89,7 @@ void tbDisplay() CFont::SetScale(0.48f, 1.12f); CFont::SetCentreOff(); CFont::SetJustifyOff(); - CFont::SetWrapx(640.0f); + CFont::SetWrapx(SCREEN_STRETCH_X(DEFAULT_SCREEN_WIDTH)); CFont::SetRightJustifyOff(); CFont::SetPropOn(); CFont::SetFontStyle(FONT_STANDARD); |