summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-16 04:07:32 +0200
committereray orçunus <erayorcunus@gmail.com>2020-04-16 04:07:32 +0200
commitc22e59abab331376cdc8557a863eb2584b4bef4b (patch)
treea0981e25dd92d06888922b449c2d96468763d4c3 /src/core
parentFixed bridge despawns (diff)
downloadre3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar.gz
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar.bz2
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar.lz
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar.xz
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.tar.zst
re3-c22e59abab331376cdc8557a863eb2584b4bef4b.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Frontend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp
index 166ecb35..a01689e4 100644
--- a/src/core/Frontend.cpp
+++ b/src/core/Frontend.cpp
@@ -5246,6 +5246,7 @@ CMenuManager::PrintController(void)
void
CMenuManager::PrintMap(void)
{
+ CFont::SetJustifyOn();
bMenuMapActive = true;
CRadar::InitFrontEndMap();