1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-20 21:19:10 +00:00

(svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g.

This commit is contained in:
rubidium
2009-02-12 10:13:30 +00:00
parent e8dbf62761
commit 1d362442ec

View File

@@ -656,6 +656,8 @@ int ttd_main(int argc, char *argv[])
GenerateWorld(GW_EMPTY, 64, 64); // Make the viewport initialization happy
WaitTillGeneratedWorld();
CheckForMissingGlyphsInLoadedLanguagePack();
#ifdef ENABLE_NETWORK
if (network && _network_available) {
if (network_conn != NULL) {