- Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths" ios-revival
authorantonc27 <antonc27@mail.ru>
Sat, 08 Aug 2015 21:45:38 +0200
branchios-revival
changeset 11087 99578075df24
parent 11086 95f97c4d154c
child 11088 378882cc9148
- Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths" Note: Just commented staff related to Fonts finding
hedgewars/uPhysFSLayer.pas
--- 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'));