- Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths"
Note: Just commented staff related to Fonts finding
--- 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'));