(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 49047246fa
commit 17db686187
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();