# HG changeset patch # User antonc27 # Date 1439063138 -7200 # Node ID 99578075df24dcfc630116746e259f84d665dae1 # Parent 95f97c4d154cb31fcb4b11fcca3a264c53b9f7a9 - Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths" Note: Just commented staff related to Fonts finding diff -r 95f97c4d154c -r 99578075df24 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'));