hedgewars/hwengine.pas
changeset 12186 322aaad4a93d
parent 11853 837f9f1b84a5
child 12433 d199a076eff9
--- a/hedgewars/hwengine.pas	Fri Apr 07 05:03:30 2017 +0200
+++ b/hedgewars/hwengine.pas	Sat Apr 08 05:04:18 2017 +0200
@@ -373,7 +373,6 @@
 
     ControllerInit(); // has to happen before InitKbdKeyTable to map keys
     InitKbdKeyTable();
-    AddProgress();
     if not allOK then exit;
 
     LoadLocale(cPathz[ptLocale] + '/en.txt');  // Do an initial load with english
@@ -391,6 +390,9 @@
     if not allOK then exit;
     WriteLnToConsole(msgGettingConfig);
 
+    LoadFonts();
+    AddProgress();
+
     if cTestLua then
         begin
         ParseCommand('script ' + cScriptName, true);