QTfrontend/util/FileEngine.cpp
branchwebgl
changeset 8833 c13ebed437cb
parent 8714 ab201a62d115
child 9161 b2f02b083374
--- a/QTfrontend/util/FileEngine.cpp	Wed Feb 20 02:21:58 2013 +0100
+++ b/QTfrontend/util/FileEngine.cpp	Tue Apr 02 21:00:57 2013 +0200
@@ -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)