diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-11-08 18:49:47 +0100 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-11-08 18:49:47 +0100 |
commit | fe5d0c9cdf582026960c87988adcad31d6e67e13 (patch) | |
tree | 93eb6ed7698f9cc2075541b4e58de0b135fff4f5 /src/control/Garages.cpp | |
parent | Pickups fix (diff) | |
download | re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.gz re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.bz2 re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.lz re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.xz re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.tar.zst re3-fe5d0c9cdf582026960c87988adcad31d6e67e13.zip |
Diffstat (limited to 'src/control/Garages.cpp')
-rw-r--r-- | src/control/Garages.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Garages.cpp b/src/control/Garages.cpp index 44a961c9..b27b3c20 100644 --- a/src/control/Garages.cpp +++ b/src/control/Garages.cpp @@ -1341,7 +1341,7 @@ void CGarages::PrintMessages() CFont::SetPropOn(); CFont::SetJustifyOff(); CFont::SetBackgroundOff(); - CFont::SetCentreSize(SCREEN_SCALE_FROM_RIGHT(50.0f)); + CFont::SetCentreSize(SCREEN_SCALE_X(590.0f)); CFont::SetCentreOn(); CFont::SetFontStyle(FONT_LOCALE(FONT_STANDARD)); CFont::SetColor(CRGBA(0, 0, 0, 255)); |