changeset 11315 | 5b2f07e56b93 |
parent 11204 | 08c6ccc28007 |
child 11408 | b894922d58cc |
child 11537 | bf86c6cb9341 |
--- a/hedgewars/uLocale.pas Thu Nov 05 04:42:22 2015 +0100 +++ b/hedgewars/uLocale.pas Sat Nov 07 13:15:06 2015 +0100 @@ -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}