diff -r 1d08386a7c0f -r a10143c3d87d hedgewars/uPhysFSLayer.pas --- a/hedgewars/uPhysFSLayer.pas Fri Sep 11 05:54:17 2015 +0200 +++ b/hedgewars/uPhysFSLayer.pas Fri Sep 11 07:39:01 2015 +0200 @@ -153,7 +153,7 @@ cPhysfsId: shortstring; {$IFNDEF MOBILE} fp: PChar; -{$ENDIF MOBILE} +{$ENDIF} begin {$IFDEF HWLIBRARY} //TODO: http://icculus.org/pipermail/physfs/2011-August/001006.html @@ -173,7 +173,7 @@ if fp <> nil then pfsMount(ansistring(fp), PChar('/Fonts')); end; -{$ENDIF MOBILE} +{$ENDIF} pfsMountAtRoot(PathPrefix); pfsMountAtRoot(UserPathPrefix + ansistring('/Data'));