(svn r23275) -Codechange: allow loading of the monospace (freetype) font at another moment than the other fonts
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user