summaryrefslogtreecommitdiffstats
path: root/src/control/Garages.cpp
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-11-08 18:49:47 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-11-08 18:49:47 +0100
commitfe5d0c9cdf582026960c87988adcad31d6e67e13 (patch)
tree93eb6ed7698f9cc2075541b4e58de0b135fff4f5 /src/control/Garages.cpp
parentPickups fix (diff)
downloadre3-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.cpp2
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));