diff -r 1773ef634b78 -r 76ad55807c24 hedgewars/uStore.pas --- a/hedgewars/uStore.pas Thu Jan 16 12:28:41 2014 +0100 +++ b/hedgewars/uStore.pas Thu Jan 16 17:18:53 2014 +0100 @@ -322,6 +322,8 @@ AddFileLog('StoreLoad()'); if not reload then + begin + pfsPermitSymbolicLinks(true); for fi:= Low(THWFont) to High(THWFont) do with Fontz[fi] do begin @@ -332,6 +334,8 @@ TTF_SetFontStyle(Handle, style); WriteLnToConsole(msgOK) end; + pfsPermitSymbolicLinks(false); + end; MakeCrossHairs; LoadGraves;