--- 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);