diff options
author | rubidium <rubidium@openttd.org> | 2009-02-12 10:13:30 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-02-12 10:13:30 +0000 |
commit | 1d362442ec26db81369987f8c425b902aa714704 (patch) | |
tree | c898052ec484598a09b9ab27f244edf9b54f8537 /src | |
parent | e8dbf62761c6ef456a21db04baac216703be7ce1 (diff) | |
download | openttd-1d362442ec26db81369987f8c425b902aa714704.tar.xz |
(svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g.
Diffstat (limited to 'src')
-rw-r--r-- | src/openttd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/openttd.cpp b/src/openttd.cpp index fe795c0cc..96ee00c48 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -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) { |