hedgewars/uLocale.pas
branchios-revival
changeset 11200 08c6ccc28007
parent 11151 5c40c65b619d
child 11403 b894922d58cc
child 11532 bf86c6cb9341
--- 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}