hedgewars/uPhysFSLayer.pas
changeset 8714 ab201a62d115
parent 8558 e96bf10216ef
child 8800 5e837e6d8f94
child 8833 c13ebed437cb
child 8926 8fde68cfeb71
--- a/hedgewars/uPhysFSLayer.pas	Sat Mar 09 23:01:15 2013 -0500
+++ b/hedgewars/uPhysFSLayer.pas	Sun Mar 10 08:49:40 2013 +0400
@@ -143,9 +143,9 @@
     i:= PHYSFS_init(Str2PChar(cPhysfsId));
     AddFileLog('[PhysFS] init: ' + inttostr(i));
 
-    i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, true);
+    i:= PHYSFS_mount(Str2PChar(PathPrefix), nil, false);
     AddFileLog('[PhysFS] mount ' + PathPrefix + ': ' + inttostr(i));
-    i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, true);
+    i:= PHYSFS_mount(Str2PChar(UserPathPrefix + '/Data'), nil, false);
     AddFileLog('[PhysFS] mount ' + UserPathPrefix + '/Data: ' + inttostr(i));
 
     hedgewarsMountPackages;