diff options
Diffstat (limited to 'src/openttd.cpp')
-rw-r--r-- | src/openttd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index 98025a4ab..a0c16f910 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -697,8 +697,8 @@ int ttd_main(int argc, char *argv[]) /* enumerate language files */ InitializeLanguagePacks(); - /* Initialize FreeType */ - InitFreeType(); + /* Initialize the regular font for FreeType */ + InitFreeType(false); /* This must be done early, since functions use the SetWindowDirty* calls */ InitWindowSystem(); |