--- a/hedgewars/uPhysFSLayer.pas Tue Mar 15 22:29:40 2016 +0300
+++ b/hedgewars/uPhysFSLayer.pas Tue Mar 29 22:09:13 2016 +0300
@@ -219,7 +219,7 @@
begin
fp := cFontsPaths[i];
if fp <> nil then
- pfsMount(ansistring(fp), PChar('/Fonts'));
+ pfsMount(ansistring(fp), _P'/Fonts');
end;
{$ENDIF}