summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index fe795c0cc..96ee00c48 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -656,6 +656,8 @@ int ttd_main(int argc, char *argv[])
GenerateWorld(GW_EMPTY, 64, 64); // Make the viewport initialization happy
WaitTillGeneratedWorld();
+ CheckForMissingGlyphsInLoadedLanguagePack();
+
#ifdef ENABLE_NETWORK
if (network && _network_available) {
if (network_conn != NULL) {