hedgewars/uPhysFSLayer.pas
changeset 13506 36f3f77e9b1b
parent 12122 cc2d2f910d5a
child 13922 3a0d09a31f5f
--- a/hedgewars/uPhysFSLayer.pas	Wed Jul 18 00:27:23 2018 +0200
+++ b/hedgewars/uPhysFSLayer.pas	Wed Jul 18 01:35:59 2018 +0200
@@ -202,7 +202,7 @@
 {$ENDIF}
 begin
 {$IFDEF HWLIBRARY}
-    //TODO: http://icculus.org/pipermail/physfs/2011-August/001006.html
+    //TODO: https://icculus.org/pipermail/physfs/2011-August/001006.html
     cPhysfsId:= shortstring(GetCurrentDir()) + {$IFDEF DARWIN}{$IFNDEF IPHONEOS}'/Hedgewars.app/Contents/MacOS/' + {$ENDIF}{$ENDIF} ' hedgewars';
 {$ELSE}
     cPhysfsId:= ParamStr(0);