diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-03-31 08:38:22 +0300 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-05 12:02:51 +0300 |
commit | c0c09f272034d61efa38709d0e3fd1ea79bfd98f (patch) | |
tree | 44b425836ad69dd4f870f0f82ad9c896e47cdbf3 /src/control/Garages.cpp | |
parent | 92ec403191af3989e0c480e860315cf6813f1202 (diff) |
Japanese
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 93857b14..c36ecadb 100644 --- a/src/control/Garages.cpp +++ b/src/control/Garages.cpp @@ -1388,7 +1388,7 @@ void CGarages::PrintMessages() CFont::SetBackgroundOff(); CFont::SetCentreSize(SCREEN_SCALE_FROM_RIGHT(50.0f)); CFont::SetCentreOn(); - CFont::SetFontStyle(FONT_BANK); + CFont::SetFontStyle(FONTJAP(FONT_BANK)); CFont::SetColor(CRGBA(0, 0, 0, 255)); #if defined(PS2) || defined (FIX_BUGS) |