hedgewars/uPhysFSLayer.pas
changeset 9407 860f959f92c9
parent 9378 2be457289e60
child 9466 8b48c27201af
equal deleted inserted replaced
9405:efc5409a141d 9407:860f959f92c9
   143 
   143 
   144     i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, false);
   144     i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, false);
   145     AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i));
   145     AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i));
   146     i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, false);
   146     i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, false);
   147     AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i));
   147     AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i));
       
   148     i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Teams'), '/Teams', false);
       
   149     AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Teams: ' + inttostr(i));
   148 
   150 
   149     hedgewarsMountPackages;
   151     hedgewarsMountPackages;
   150 end;
   152 end;
   151 
   153 
   152 procedure freeModule;
   154 procedure freeModule;