(svn r23275) -Codechange: allow loading of the monospace (freetype) font at another moment than the other fonts

This commit is contained in:
rubidium
2011-11-20 11:59:36 +00:00
parent dfefcab47d
commit 9512838a5e
4 changed files with 55 additions and 38 deletions

View File

@@ -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();