Mercurial > hg > openttd
diff src/openttd.cpp @ 11109:d202ea73cf73 draft
(svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Thu, 12 Feb 2009 10:13:30 +0000 (2009-02-12) |
parents | 8da1855e9f14 |
children | 3cb2d503c4e8 |
line wrap: on
line diff
--- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -656,6 +656,8 @@ GenerateWorld(GW_EMPTY, 64, 64); // Make the viewport initialization happy WaitTillGeneratedWorld(); + CheckForMissingGlyphsInLoadedLanguagePack(); + #ifdef ENABLE_NETWORK if (network && _network_available) { if (network_conn != NULL) {