diff -r 76ad55807c24 -r 8455993a7a1b hedgewars/uStore.pas --- 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;