QTfrontend/util/FileEngine.cpp
changeset 8714 ab201a62d115
parent 8440 ea4d6a7a2937
child 9161 b2f02b083374
--- a/QTfrontend/util/FileEngine.cpp	Sat Mar 09 23:01:15 2013 -0500
+++ b/QTfrontend/util/FileEngine.cpp	Sun Mar 10 08:49:40 2013 +0400
@@ -327,12 +327,12 @@
 
 void FileEngineHandler::mount(const QString &path)
 {
-    PHYSFS_mount(path.toUtf8().constData(), NULL, 1);
+    PHYSFS_mount(path.toUtf8().constData(), NULL, 0);
 }
 
 void FileEngineHandler::mount(const QString & path, const QString & mountPoint)
 {
-    PHYSFS_mount(path.toUtf8().constData(), mountPoint.toUtf8().constData(), 1);
+    PHYSFS_mount(path.toUtf8().constData(), mountPoint.toUtf8().constData(), 0);
 }
 
 void FileEngineHandler::setWriteDir(const QString &path)