summaryrefslogtreecommitdiffstats
path: root/src/control
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-26 22:49:24 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-27 21:41:09 +0200
commitfe353a7cc9831a09026842106bd3ff0fdb3242b4 (patch)
tree61e573e5fb4d80ba65f7a5e82cb08a280e3b863b /src/control
parentMerge branch 'master' into MoreLanguages (diff)
downloadre3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.gz
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.bz2
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.lz
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.xz
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.tar.zst
re3-fe353a7cc9831a09026842106bd3ff0fdb3242b4.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 53527503..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(FONTJAP(FONT_BANK));
+ CFont::SetFontStyle(FONT_LOCALE(FONT_BANK));
CFont::SetColor(CRGBA(0, 0, 0, 255));
#if defined(PS2) || defined (FIX_BUGS)