diff -r bb6503b9847e -r 7654e2357934 hedgewars/uPhysFSLayer.pas --- a/hedgewars/uPhysFSLayer.pas Mon May 16 00:15:32 2016 +0200 +++ b/hedgewars/uPhysFSLayer.pas Tue May 17 21:32:10 2016 +0200 @@ -40,7 +40,7 @@ procedure hedgewarsMountPackage(filename: PChar); cdecl; external PhyslayerLibName; implementation -uses uConsts, uUtils, uVariables{$IFNDEF PAS2C}, sysutils{$ELSE}, physfs{$ENDIF}; +uses uConsts, uUtils, uVariables{$IFDEF PAS2C}, physfs{$ENDIF}; function PHYSFSRWOPS_openRead(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName; function PHYSFSRWOPS_openWrite(fname: PChar): PSDL_RWops; cdecl; external PhyslayerLibName;