summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-29 10:26:36 +0200
committerGitHub <noreply@github.com>2020-04-29 10:26:36 +0200
commit4e630a1a38246a9dd909261cbf5fa598d43140e8 (patch)
treed12b2e77241f79bb143e91bac7e669ae96ea229b /src/control
parentMerge pull request #498 from Sergeanur/premakestuff (diff)
parentFixes (diff)
downloadre3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.gz
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.bz2
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.lz
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.xz
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.tar.zst
re3-4e630a1a38246a9dd909261cbf5fa598d43140e8.zip
Diffstat (limited to 'src/control')
-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 a4aa3729..0367e9bc 100644
--- a/src/control/Garages.cpp
+++ b/src/control/Garages.cpp
@@ -1390,7 +1390,7 @@ void CGarages::PrintMessages()
CFont::SetBackgroundOff();
CFont::SetCentreSize(SCREEN_SCALE_FROM_RIGHT(50.0f));
CFont::SetCentreOn();
- CFont::SetFontStyle(FONT_BANK);
+ CFont::SetFontStyle(FONT_LOCALE(FONT_BANK));
CFont::SetColor(CRGBA(0, 0, 0, 255));
#if defined(PS2) || defined (FIX_BUGS)