hedgewars/uPhysFSLayer.pas
changeset 11155 a10143c3d87d
parent 11139 4f4e97eb52fd
child 11403 b894922d58cc
child 11631 b3db79b56f28
--- 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'));