summaryrefslogtreecommitdiff
path: root/src/openttd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r--src/openttd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp
index 28fb91d7a..98025a4ab 100644
--- a/src/openttd.cpp
+++ b/src/openttd.cpp
@@ -334,7 +334,7 @@ static void LoadIntroGame(bool load_newgrfs = true)
_cursor.fix_at = false;
CheckForMissingSprites();
- CheckForMissingGlyphsInLoadedLanguagePack();
+ CheckForMissingGlyphs();
/* Play main theme */
if (_music_driver->IsSongPlaying()) ResetMusic();
@@ -810,7 +810,7 @@ int ttd_main(int argc, char *argv[])
LoadIntroGame(false);
- CheckForMissingGlyphsInLoadedLanguagePack();
+ CheckForMissingGlyphs();
ScanNewGRFFiles(scanner);