diff -r 3465047397da -r 08c6ccc28007 hedgewars/uLocale.pas --- a/hedgewars/uLocale.pas Mon Oct 05 19:17:40 2015 +0200 +++ b/hedgewars/uLocale.pas Mon Oct 05 20:31:46 2015 +0200 @@ -138,11 +138,13 @@ PathPrefix := Strpas(path); uUtils.initModule(false); + uVariables.initModule; uPhysFSLayer.initModule; LoadLocale(Strpas(filename)); uPhysFSLayer.freeModule; + uVariables.freeModule; uUtils.freeModule; end; {$ENDIF}