hedgewars/uStore.pas
changeset 9994 8455993a7a1b
parent 9993 76ad55807c24
child 9998 736015b847e3
--- a/hedgewars/uStore.pas	Thu Jan 16 17:18:53 2014 +0100
+++ b/hedgewars/uStore.pas	Thu Jan 16 19:50:18 2014 +0100
@@ -322,8 +322,6 @@
 AddFileLog('StoreLoad()');
 
 if not reload then
-    begin
-    pfsPermitSymbolicLinks(true);
     for fi:= Low(THWFont) to High(THWFont) do
         with Fontz[fi] do
             begin
@@ -334,8 +332,6 @@
             TTF_SetFontStyle(Handle, style);
             WriteLnToConsole(msgOK)
             end;
-    pfsPermitSymbolicLinks(false);
-    end;
 
 MakeCrossHairs;
 LoadGraves;