summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 46f46c594..77d3bb2a4 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -342,6 +342,8 @@ static void LoadIntroGame()
_cursor.fix_at = false;
MarkWholeScreenDirty();
+ CheckForMissingGlyphsInLoadedLanguagePack();
+
/* Play main theme */
if (_music_driver->IsSongPlaying()) ResetMusic();
}