mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Forgot a 0...
This commit is contained in:
@@ -84,7 +84,7 @@ int FILESYSTEM_init(char *argvZero, char* baseDir, char *assetsPath)
|
||||
}
|
||||
|
||||
/* Create base user directory (NOT with PhysFS!), mount */
|
||||
mkdirResult = mkdir(output, 777);
|
||||
mkdirResult = mkdir(output, 0777);
|
||||
|
||||
/* Mount our base user directory */
|
||||
PHYSFS_mount(output, NULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user