branch | ios-revival |
changeset 11087 | 99578075df24 |
parent 10564 | 0cb20aa8877a |
child 11139 | 4f4e97eb52fd |
--- a/hedgewars/uPhysFSLayer.pas Sat Aug 08 21:42:41 2015 +0200 +++ b/hedgewars/uPhysFSLayer.pas Sat Aug 08 21:45:38 2015 +0200 @@ -162,7 +162,7 @@ i:= PHYSFS_init(Str2PChar(cPhysfsId)); AddFileLog('[PhysFS] init: ' + inttostr(i)); - +(* // mount system fonts paths first for i:= low(cFontsPaths) to high(cFontsPaths) do begin @@ -170,7 +170,7 @@ if fp <> nil then pfsMount(ansistring(fp), PChar('/Fonts')); end; - +*) pfsMountAtRoot(PathPrefix); pfsMountAtRoot(UserPathPrefix + ansistring('/Data'));